| Commit message (Expand) | Author | Age | Files | Lines |
* | Write "did run" value to multi-install client state key as well, if it exists. | robertshield@chromium.org | 2011-03-14 | 4 | -74/+96 |
* | Use the correct preload field trial name in page_load_histograms.cc. | mmenke@chromium.org | 2011-03-14 | 1 | -5/+5 |
* | Cloud print signin crash. | scottbyer@chromium.org | 2011-03-14 | 9 | -22/+91 |
* | Fix clang build (tested on trybots this time!). | dmazzoni@chromium.org | 2011-03-14 | 1 | -1/+1 |
* | chromeos: Avoid showing brightness bubble for auto changes. | derat@chromium.org | 2011-03-14 | 6 | -14/+59 |
* | Fix 76032 about side tab title prefix eliding. | mad@chromium.org | 2011-03-14 | 4 | -2/+17 |
* | Move ppapi_plugin to content. | jam@chromium.org | 2011-03-14 | 9 | -349/+1 |
* | Move worker code from chrome\worker to content\worker. | jam@chromium.org | 2011-03-14 | 20 | -2121/+3 |
* | Remove NativeViewAccessibilityWin from the views namespace because | dmazzoni@chromium.org | 2011-03-14 | 2 | -2/+2 |
* | Add a ContentBrowserClient interface to let content code delegate to embedder. | creis@google.com | 2011-03-14 | 6 | -0/+64 |
* | Fix Port and Event leaking. | jstritar@chromium.org | 2011-03-14 | 3 | -18/+54 |
* | clang style plugin fix: Add "virtual" to an overriding method. | thakis@chromium.org | 2011-03-14 | 1 | -3/+3 |
* | Try a different way to test speech input in browsertests. These tests were fl... | satish@chromium.org | 2011-03-14 | 2 | -22/+6 |
* | Fix clang compile error, invalid return | thakis@chromium.org | 2011-03-14 | 1 | -1/+1 |
* | Implement a PreferenceTransformerInterface and ProxyPreferenceTransformer. | battre@chromium.org | 2011-03-14 | 3 | -246/+327 |
* | Fixes touch build. | sky@chromium.org | 2011-03-14 | 2 | -0/+15 |
* | Fix handling of case where the same AccessibilityObject appears as a | dmazzoni@chromium.org | 2011-03-14 | 3 | -0/+38 |
* | Core parts of dragging multiple tabs at the same time. There is still | sky@chromium.org | 2011-03-14 | 17 | -367/+688 |
* | Add crash exceptions. | levin@chromium.org | 2011-03-14 | 1 | -0/+9 |
* | Sample extension demonstrating usage of the Proxy API. | battre@chromium.org | 2011-03-14 | 13 | -1/+3008 |
* | Updating trunk VERSION from 703.0 to 704.0 | chrome-release@google.com | 2011-03-14 | 1 | -1/+1 |
* | Disable BookmarkBarViewTest15.MenuStaysVisibleAfterDelete on Chromium OS. | dmazzoni@chromium.org | 2011-03-14 | 1 | -1/+8 |
* | Refactor sync notifier out of sync api | akalin@chromium.org | 2011-03-14 | 15 | -331/+549 |
* | Re-land: Refactor Views accessibility. | dmazzoni@chromium.org | 2011-03-14 | 64 | -362/+396 |
* | Move experimental extension APIs startup flag. | cmp@chromium.org | 2011-03-14 | 1 | -2/+7 |
* | Fix shared library build and take out unnecessary dependency in chrome_render... | jam@chromium.org | 2011-03-14 | 1 | -1/+0 |
* | Fix Linux build | jam@chromium.org | 2011-03-14 | 1 | -0/+1 |
* | Move AppCache common code to content and split off AppCache messages into the... | jam@chromium.org | 2011-03-14 | 23 | -950/+15 |
* | Revert 77984 - Add logs to understand failures that only happen on the waterf... | skerner@chromium.org | 2011-03-14 | 4 | -43/+22 |
* | Move the blob related code to content, and also move the blob messages to the... | jam@chromium.org | 2011-03-14 | 7 | -205/+2 |
* | Add logs to understand failures that only happen on the waterfall. Will rever... | skerner@chromium.org | 2011-03-13 | 4 | -22/+43 |
* | Revert 77980 - Raise logging level, so we can see logs on buildbot. Will rev... | skerner@chromium.org | 2011-03-13 | 4 | -43/+22 |
* | Raise logging level, so we can see logs on buildbot. Will revert once buildb... | skerner@chromium.org | 2011-03-13 | 4 | -22/+43 |
* | Change DeleteRegistryKey to not require opening root keys with RegKey. | tommi@chromium.org | 2011-03-13 | 3 | -42/+20 |
* | Continuing with DCHECK() replacement. Switching to DCHECK_GT for better debug... | kushi.p@gmail.com | 2011-03-13 | 1 | -1/+1 |
* | Move database files from chrome\commmon to content\common, in preparation for... | jam@chromium.org | 2011-03-13 | 13 | -231/+7 |
* | FindBarCocoaController adopts NSAnimationDelegate protocol. | thakis@chromium.org | 2011-03-13 | 1 | -1/+1 |
* | Move some message files and hi_res_timer_manager to content, in preparation f... | jam@chromium.org | 2011-03-13 | 16 | -155/+11 |
* | importer: Pull ExternalProcessImporterHost out of ImporterHost. | tfarina@chromium.org | 2011-03-13 | 9 | -113/+143 |
* | Revert 77957 - Raise logging level, so we can see logs of extension histrory ... | skerner@chromium.org | 2011-03-13 | 2 | -17/+5 |
* | Raise logging level, so we can see logs of extension histrory tests on the wa... | skerner@chromium.org | 2011-03-13 | 2 | -5/+17 |
* | Quick CL to get rid of render_messages_internal.h, since render_messages.h it... | tsepez@chromium.org | 2011-03-12 | 3 | -2349/+2265 |
* | Add check to keep browser from crashing if renderer goes away at wrong time | davemoore@chromium.org | 2011-03-12 | 1 | -2/+3 |
* | Change common_message_generator code block. | tsepez@chromium.org | 2011-03-12 | 1 | -3/+5 |
* | extensions: Introduce ShowExtensionInstallDialog function. | tfarina@chromium.org | 2011-03-12 | 7 | -39/+51 |
* | Enable the NOTREACHED() in ImportantFileWriter also on Windows | phajdan.jr@chromium.org | 2011-03-12 | 2 | -12/+10 |
* | Delete chrome.7z archives in the current installation when doing an upgrade t... | grt@chromium.org | 2011-03-12 | 2 | -13/+28 |
* | Updating trunk VERSION from 702.0 to 703.0 | chrome-release@google.com | 2011-03-12 | 1 | -1/+1 |
* | Move worker_messages to content in preparation of moving worker. | jam@chromium.org | 2011-03-12 | 15 | -199/+20 |
* | Revert "Mark MiniInstallTest.InstallMiniInstallerSys' failing while I investi... | aa@chromium.org | 2011-03-12 | 1 | -1/+1 |