| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Migrate more of BrowserFrame's event handling down into WindowWin/WidgetWin a... | ben@chromium.org | 2011-03-14 | 29 | -251/+253 |
* | Revert 78034 - Removing a TODO and cleaning up code. | kristianm@google.com | 2011-03-14 | 6 | -9/+21 |
* | Removing 'off the record' references from TabRendererGtk | vipul.bhasin@gmail.com | 2011-03-14 | 4 | -11/+10 |
* | Don't fire callbacks on Close(). Caller should take care of this already, | mbelshe@chromium.org | 2011-03-14 | 3 | -11/+16 |
* | Write "did run" value to multi-install client state key as well, if it exists. | robertshield@chromium.org | 2011-03-14 | 4 | -74/+96 |
* | Remove execute bit inadvertently set in r78048. | mark@chromium.org | 2011-03-14 | 1 | -0/+0 |
* | 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 | 10 | -16/+34 |
* | 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 |
* | + Use WINHEAP allocator for chromium under Dr. Memory | bruening@google.com | 2011-03-14 | 2 | -4/+81 |
* | Pepper: Add a property to URLRequestInfo to skip header validation. | viettrungluu@chromium.org | 2011-03-14 | 5 | -18/+78 |
* | Clear authenticated state on client disconnection. | lambroslambrou@chromium.org | 2011-03-14 | 7 | -0/+40 |
* | touch: Fix touch events bubbling up the hierarchy. | sadrul@chromium.org | 2011-03-14 | 2 | -15/+34 |
* | A small set of related fixes: | satish@chromium.org | 2011-03-14 | 5 | -9/+10 |
* | Move ppapi_plugin to content. | jam@chromium.org | 2011-03-14 | 11 | -38/+47 |
* | Revert 78040 - Fix clang build. (Made things worse...) | dmazzoni@chromium.org | 2011-03-14 | 8 | -33/+15 |
* | Fix clang build. | dmazzoni@chromium.org | 2011-03-14 | 8 | -15/+33 |
* | Move worker code from chrome\worker to content\worker. | jam@chromium.org | 2011-03-14 | 22 | -88/+96 |
* | Remove NativeViewAccessibilityWin from the views namespace because | dmazzoni@chromium.org | 2011-03-14 | 5 | -14/+12 |
* | Add a ContentBrowserClient interface to let content code delegate to embedder. | creis@google.com | 2011-03-14 | 12 | -5/+119 |
* | 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 |
* | Removing a TODO and cleaning up code. | kristianm@google.com | 2011-03-14 | 6 | -21/+9 |
* | Refactoring code to use factories to create DataSource objects. | acolwell@chromium.org | 2011-03-14 | 41 | -373/+1397 |
* | Try a different way to test speech input in browsertests. These tests were fl... | satish@chromium.org | 2011-03-14 | 3 | -36/+8 |
* | 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 | 5 | -9/+50 |
* | Core parts of dragging multiple tabs at the same time. There is still | sky@chromium.org | 2011-03-14 | 17 | -367/+688 |
* | Add suppression for recently rolled in issue. | levin@chromium.org | 2011-03-14 | 1 | -0/+5 |
* | Remove upstreamed and rebased tests. | levin@chromium.org | 2011-03-14 | 1 | -18/+0 |
* | Roll WebKit DEPS 81007:81012. | levin@chromium.org | 2011-03-14 | 1 | -1/+1 |
* | 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 |
* | Roll WebKit DEPS 80993:81007. | levin@chromium.org | 2011-03-14 | 1 | -1/+1 |
* | 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 | 150 | -909/+1079 |
* | WebKit DEPS roll 80983:80993. | levin@chromium.org | 2011-03-14 | 1 | -1/+1 |
* | Move experimental extension APIs startup flag. | cmp@chromium.org | 2011-03-14 | 1 | -2/+7 |
* | Sort failing Layout tests to ease comparison across builders. | yuzo@chromium.org | 2011-03-14 | 1 | -1/+1 |
* | Print the number of failing Layout tests. | yuzo@chromium.org | 2011-03-14 | 1 | -2/+3 |
* | Don't require the SSL_CONNECT end event to be last in client auth | davidben@chromium.org | 2011-03-14 | 1 | -3/+19 |
* | Fix the Mac suppression. | hbono@chromium.org | 2011-03-14 | 1 | -0/+1 |
* | WebKit roll follow up. | levin@chromium.org | 2011-03-14 | 2 | -1/+12 |
* | Fix shared library build and take out unnecessary dependency in chrome_render... | jam@chromium.org | 2011-03-14 | 2 | -1/+1 |