- 75b1c3a Convert 0 and NULL to nullptr in components. by Ivan Kotenkov · 8 years ago
- 01507a2 Mass rename RunAllBlockingPoolTasksUntilIdle to RunAllTasksUntilIdle in content:: by Gabriel Charette · 8 years ago
- af186af Migrate VisitedLinkMaster off of BlockingPool by Gabriel Charette · 8 years ago
- 1c99002 Replace tracked_objects::Location with base::Location. by Brett Wilson · 8 years ago
- 21ada1e Eliminate required BindSourceInfo parameter for BinderRegistry callbacks. Make users of it use variadic BinderArgs instead. by Ben Goodger · 8 years ago
- 4071d10 Clean up RenderProcessHostFactory by removing unused parameter. by mattcary · 8 years ago
- f4d8a94 Mojo C++ Bindings: Remove redundant InterfaceRequest APIs by Ken Rockot · 8 years ago
- a5c972c Eliminate bind callback that doesn't take a BindSourceInfo parameter. by ben · 8 years ago
- 1c4d759e The Blink Rename by Blink Reformat · 8 years ago
- a06f7d6 Convert content ConnectionFilter to OnBindInterface. by ben · 8 years ago
- f3b00fa5 Revert of Make TestRenderWidgetHostView::Show/Hide call through to RWHI (patchset #9 id:160001 of https://codereview.chromium.org/1713473002/ ) by bsep · 8 years ago
- 1c496374 Make TestRenderWidgetHostView::Show/Hide call through to RWHI by johnme · 8 years ago
- 0274b6d components: Cleanup class/struct fwd declarations by jbriance · 9 years ago
- bd75dc34 Preparing components_perftests for adding more benchmarks. by dyaroshev · 9 years ago
- 400ea35b Rename shell namespace to service_manager by rockot · 9 years ago
- 734fb66 Move services/shell to services/service_manager by rockot · 9 years ago
- f9a94c7e Kill page id. by avi · 9 years ago
- aa22276 Convert visitedlink to use mojo. by sammc · 9 years ago
- 8c498ea4 c/browser, c/common, components S-W: Change ScopedTempDir::path() to GetPath() by vabr · 9 years ago
- 60ac558 Convert some component source sets to static library by brettw · 9 years ago
- e07de81 Add PRESUBMIT rule to make sure IPC changes are security reviewed. by dcheng · 9 years ago
- 3e861de "up-to-date" should only use hyphens when used as compound modifier of a noun by thakis · 9 years ago
- 3db6b6d Generate param traits size methods for IPC files in chrome/ (and traits it depends on). by jam · 9 years ago
- 7966d31 Fix include path for moved thread_task_runner_handle.h header in components/ by gab · 9 years ago
- 3f767dc3 Convert //components/[u-z]* from scoped_ptr to std::unique_ptr by dcheng · 9 years ago
- 832a58a Rename RenderProcessObserver to RenderThreadObserver by tyoshino · 9 years ago
- 556abd1 Fix a bunch of IWYU violators that don't include scoped_ptr.h by Daniel Cheng · 9 years ago
- 23df9693 Fix build error with gcc 4.8.2 about WARN_UNUSED_RESULT by j.isorce · 9 years ago
- 174fde3 Move bit_cast from base/macros.h to its own header by tapted · 9 years ago
- 51ace48a Convert Pass()→std::move() in //components/[n-z]* by dcheng · 9 years ago
- 5dd91f8 Switch to standard integer types in components/, part 4 of 4. by avi · 9 years ago
- af37203d Load the table of visited links from database file asynchronously. by sath · 10 years ago
- 1c17345b Fix Windows ScopedTempDir in visitedlink unit tests. by wkorman · 10 years ago
- 3ceb2d9e Add some components to "gn check" by brettw · 10 years ago
- 8c3eb80 base: Template methods on Timer classes instead of the classes themselves. by danakj · 10 years ago
- b4bb70f Add more components tests to GN build. by brettw · 10 years ago
- d5661a88 Revert of Add more components tests to GN build. (patchset #3 id:40001 of https://codereview.chromium.org/1303013005/ ) by tommi · 10 years ago
- 0eb6b59 Add more components tests to GN build. by brettw · 10 years ago
- 4c0feb6 Remove swapped-out usage in --site-per-process. by nasko · 10 years ago
- bd4d711 Change most uses of Pickle to base::Pickle by brettw · 10 years ago
- b0daa01 components: Remove use of MessageLoopProxy and deprecated MessageLoop APIs by skyostil · 10 years ago
- ac0ea031 gn format //components by scottmg · 11 years ago
- 27bf1c2 Cleanup: Remove unneeded path_service.h includes. by thestig · 11 years ago
- 30a1b154 Standardize usage of virtual/override/final specifiers. by dcheng · 11 years ago
- 00ea022b Standardize usage of virtual/override/final in components/ by dcheng · 11 years ago
- db1ad09 Add [email protected] to IPC OWNERS files. by mkwst · 11 years ago
- fe59f48 replace OVERRIDE and FINAL with override and final in components/ by mostynb · 11 years ago
- 5a6926e Remove brettw from some owners files. by brettw · 11 years ago
- f7d99a5c Use content::RunBlockingPoolTask() in tests. by mtomasz · 11 years ago
- 819adcc8 Change base/file_utils.h includes to base/files/file_utils.h in chrome_elf/ and components/ by thestig · 11 years ago
- 443eb4ca Add [email protected] to ipc OWNERS files by Will Harris · 11 years ago
- e7c36a1 Remove cevans@ from OWNERS files. by thestig · 11 years ago
- a11cd1e Modified visited link shared section to read-only for renderers. by [email protected] · 11 years ago
- b0e6913 Remove palmer from some OWNERS files for IPC security review. by [email protected] · 11 years ago
- d38f5be4 Add user_prefs and visitedlink components to GN build. by [email protected] · 11 years ago
- 6670bee Remove cdn from OWNERS for IPC security review. by [email protected] · 11 years ago
- 5a7100d Create RenderFrameProxyHost at time of swap-out instead of commit. by [email protected] · 11 years ago
- fe003516 Adjust the structure of DEPS within //components. by [email protected] · 11 years ago
- c7c0d82 Preserve Page::openedByDOM state across process swaps. by [email protected] · 11 years ago
- b9b4a57 Move ScopedFILE to base namespace and scoped_file.h by [email protected] · 11 years ago
- 5f6d952 Move some functions in test_file_util to base namespace. by [email protected] · 11 years ago
- 5339e0e Make per-file message file reviewers consistent across owners. by [email protected] · 11 years ago
- 7600d0b Revert 239400 "Revert 239280 "Move more file_util functions to b..." by [email protected] · 12 years ago
- a4f7378 Revert 239280 "Move more file_util functions to base namespace." by [email protected] · 12 years ago
- 5a6ddb1 Move more file_util functions to base namespace. by [email protected] · 12 years ago
- 426d1c9 Move directory creation functions to base namespace. by [email protected] · 12 years ago
- 03d9afc0 Move temp file functions to base namespace. by [email protected] · 12 years ago
- a1221aea Rename WebKit namespace to blink (part 4) by [email protected] · 12 years ago
- bd5a374 base: Move PerfTimer out of test/ directory. by [email protected] · 12 years ago
- 9c5e0a8d Remove palmer from many (not all) OWNERS files for IPC. by [email protected] · 12 years ago
- 9db9c91 base: Split logging functions and PerfTimeLogger out of perftimer.h by [email protected] · 12 years ago
- bb5c95c Move perftimer.* into base/test/ directory. by [email protected] · 12 years ago
- 2773016 Update include paths in components/visitedlink for base/process changes. by [email protected] · 12 years ago
- c50a693 Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_print/, components. by [email protected] · 12 years ago
- 65654eeb Use a direct include of the shared_memory header in base/, chrome/, components/. by [email protected] · 12 years ago
- dd3aa79 Rename base::Delete to base::DeleteFile by [email protected] · 12 years ago
- cc99c9f Change RenderViewHostTestHarness to create BrowserContext after thread startup by [email protected] · 12 years ago
- e3b599e components: Migrate from googleurl/ includes to url/ ones. Part 3. by [email protected] · 12 years ago
- 918efbf Move file_util::Delete to the base namespace by [email protected] · 12 years ago
- bbd8da9 Use a direct include of time headers in chrome_frame/, chromeos/, cloud_print/, components/. by [email protected] · 12 years ago
- a0962a9 Update remaining Blink header includes by [email protected] · 12 years ago
- 0787e10 Make security team OWNERS for all IPC *_messages*.h files. by [email protected] · 12 years ago
- c72674b Use a direct include of strings headers in components/, part 2. by [email protected] · 12 years ago
- f681b07 Pass the SiteInstance into CreateRenderProcessHost by [email protected] · 12 years ago
- ec04d3f Add TestBrowserThreadBundle into RenderViewHostTestHarness. Kill some unnecessary real threads. by [email protected] · 12 years ago
- 901174d Update components/ to use scoped_refptr<T>::get() rather than implicit "operator T*" by [email protected] · 12 years ago
- e566d2b Update references to Blink's Platform API headers (remaining) by [email protected] · 12 years ago
- ab3eaeed components: Move visitedlink into visitedlink namespace. by [email protected] · 12 years ago
- d14c5b3 components: Use base::MessageLoop. by [email protected] · 12 years ago
- 2c30525 components: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST. by [email protected] · 12 years ago
- d5ca8fb Convert string16 -> base::string16 in components/ by [email protected] · 12 years ago
- b1babd9 Add perf tests target to components. by [email protected] · 12 years ago
- 63179d2 Add cevans as an IPC OWNER for all areas. by [email protected] · 12 years ago
- 7d3cbc9 [Cleanup] Remove StringPrintf from global namespace by [email protected] · 12 years ago
- 5799981 Move file_path.h to base/files. by [email protected] · 12 years ago
- 9e27571 More FilePath -> base::FilePath replacement. by [email protected] · 12 years ago
- 59e6b80 Linux/ChromeOS Chromium style checker cleanup, assorted top directories edition. by [email protected] · 12 years ago
- 28a66e25 Move visitedlink and auto_login_parser to component test target by [email protected] · 12 years ago
- bff706b Add VisitedLink option to not persist to disk. by [email protected] · 12 years ago
- c2134fb Disable VisitedLink in incognito mode by [email protected] · 12 years ago