| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes bug in resetting selection during tab dragging that set the | sky@chromium.org | 2011-03-14 | 1 | -10/+6 |
* | Convert devtools messages, nacl messages to new message format. | tsepez@chromium.org | 2011-03-14 | 7 | -129/+178 |
* | touch: Double tap gesture for the tabstrip. | sadrul@chromium.org | 2011-03-14 | 6 | -23/+93 |
* | Revert 78065 - Add some checks to ToolbarView to see what's NULL. | ben@chromium.org | 2011-03-14 | 1 | -6/+0 |
* | Connect up --disable-gl-multisampling to command buffer | jbauman@chromium.org | 2011-03-14 | 1 | -4/+7 |
* | Change text of header from 'action' to 'behavior' as per | estade@chromium.org | 2011-03-14 | 1 | -1/+1 |
* | Add some checks to ToolbarView to see what's NULL. | ben@chromium.org | 2011-03-14 | 1 | -0/+6 |
* | Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin a... | ben@chromium.org | 2011-03-14 | 17 | -213/+160 |
* | Removing 'off the record' references from TabRendererGtk | vipul.bhasin@gmail.com | 2011-03-14 | 3 | -9/+8 |
* | 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 |