| Commit message (Expand) | Author | Age | Files | Lines |
* | enable component build for content | dpranke@chromium.org | 2011-11-08 | 2 | -3/+6 |
* | Revert r108760 / reland r108744, r108753 w/ fix | dpranke@chromium.org | 2011-11-08 | 9 | -24/+85 |
* | Revert "Have ExtensionHost use TabContents instead of RenderViewHost. This is... | mpcomplete@chromium.org | 2011-11-08 | 4 | -100/+84 |
* | Have ExtensionHost use TabContents instead of RenderViewHost. This is part | mpcomplete@chromium.org | 2011-11-08 | 4 | -84/+100 |
* | Removed progress timer from DownloadItem | benwells@chromium.org | 2011-11-08 | 2 | -32/+0 |
* | Don't trigger the tab's throbber for webui pages | jochen@chromium.org | 2011-11-07 | 6 | -67/+3 |
* | Cleanup old NotificationProvider::grantPermission overload. | dcheng@chromium.org | 2011-11-07 | 2 | -13/+0 |
* | Add a browsertest for bug 75604 | gavinp@chromium.org | 2011-11-07 | 4 | -0/+195 |
* | Revert 108868 - Add a browsertest for bug 75604 | gavinp@chromium.org | 2011-11-07 | 4 | -195/+0 |
* | Add a browsertest for bug 75604 | gavinp@chromium.org | 2011-11-07 | 4 | -0/+195 |
* | Revert 108864 - Add a browsertest for bug 75604 | gavinp@chromium.org | 2011-11-07 | 4 | -195/+0 |
* | Add a browsertest for bug 75604 | gavinp@chromium.org | 2011-11-07 | 4 | -0/+195 |
* | Remove 13 exit time constructors and 3 static initializers | thakis@chromium.org | 2011-11-07 | 1 | -3/+2 |
* | Add a UMA histogram to count accessibility usage. | dmazzoni@chromium.org | 2011-11-05 | 3 | -9/+43 |
* | IndexedDB: Recycle curosr objects when calling continue(). | hans@chromium.org | 2011-11-05 | 9 | -23/+110 |
* | fix racing condition by setting frame_info_ on caller thread. | wjia@chromium.org | 2011-11-05 | 2 | -1/+5 |
* | Remove calls to g_thread_init(). | willchan@chromium.org | 2011-11-05 | 2 | -15/+2 |
* | Revert r108744, r108753 - "Modify code in chrome to call wrapper functions on... | dpranke@chromium.org | 2011-11-05 | 9 | -85/+24 |
* | Landing http://codereview.chromium.org/8393063/ on behalf mmocny@. marcheu@ h... | zelidrag@chromium.org | 2011-11-05 | 1 | -0/+2 |
* | Modify code in chrome to call wrapper functions on PluginService | dpranke@chromium.org | 2011-11-04 | 9 | -24/+85 |
* | Don't initialize GL bindings in browser process even if libpci doesn't exist ... | zmo@google.com | 2011-11-04 | 1 | -37/+0 |
* | Switch notifications to use the security origin. | dcheng@chromium.org | 2011-11-04 | 2 | -0/+13 |
* | Implement more IAccessibleText in NativeViewAccessibilityWin. | dmazzoni@chromium.org | 2011-11-04 | 2 | -89/+48 |
* | Blacklisting should use disceret GPU on dual-GPU mac in Lion | zmo@google.com | 2011-11-04 | 1 | -1/+1 |
* | Optimize view resizing. | avi@chromium.org | 2011-11-04 | 1 | -6/+2 |
* | Remove "default:" labels only necessary for an older WebKit revision. | jsbell@chromium.org | 2011-11-04 | 2 | -2/+0 |
* | Update CaptureVideoDecoder to handle DeviceInfoReceived() calls. | scherkus@chromium.org | 2011-11-04 | 3 | -54/+131 |
* | Remove unused clipboard methods. | dcheng@chromium.org | 2011-11-04 | 7 | -142/+21 |
* | Fix annoying autorelease messages for browser tests. | shess@chromium.org | 2011-11-04 | 1 | -1/+1 |
* | refactor VideoCaptureModuleImpl. | wjia@chromium.org | 2011-11-04 | 2 | -45/+21 |
* | Fix mouse over renderer crash with URLs over 2MB in size. | asvitkine@chromium.org | 2011-11-04 | 1 | -0/+4 |
* | Added parentFrameId to webRequest API calls | battre@chromium.org | 2011-11-04 | 11 | -19/+67 |
* | Check request handle existence in MatchQuery. | rdsmith@chromium.org | 2011-11-04 | 1 | -1/+2 |
* | Updating PageClickTracker to Notify listeners When Text Input Loses Focus. | csharp@chromium.org | 2011-11-04 | 2 | -0/+8 |
* | Fix naming convention, add disallowed constructors. | joi@chromium.org | 2011-11-04 | 2 | -11/+15 |
* | Simplify VideoDecodeEngine interface by making everything synchronous. | scherkus@chromium.org | 2011-11-04 | 6 | -135/+76 |
* | Add command-line option to enable swiftshader | jbauman@chromium.org | 2011-11-04 | 2 | -4/+15 |
* | Fix a couple minor net issues | joth@chromium.org | 2011-11-03 | 1 | -2/+2 |
* | Avoid processing two GetStateFast messages back to back. | jbauman@chromium.org | 2011-11-03 | 2 | -4/+25 |
* | Also include selected state when returning AXValue. | dtseng@chromium.org | 2011-11-03 | 1 | -3/+7 |
* | Don't reload into an app process. | creis@chromium.org | 2011-11-03 | 2 | -10/+4 |
* | Revert 108186 - Ensure forced process swaps use the correct page_id and SiteI... | creis@chromium.org | 2011-11-03 | 3 | -30/+16 |
* | Add a length DCHECK() on GURL size to IPC param traits. | asvitkine@chromium.org | 2011-11-03 | 1 | -0/+1 |
* | In order to make sure that we only have one list of registered PPAPI factorie... | dpranke@chromium.org | 2011-11-03 | 6 | -0/+29 |
* | refactor video capture in browser process to support device sharing across mu... | wjia@chromium.org | 2011-11-03 | 9 | -176/+729 |
* | The touch based zoom handling on Windows should ignore gestures where the cur... | iyengar@google.com | 2011-11-03 | 1 | -0/+3 |
* | GpuMessageFilter is destoryed on IO thread instead of UI thread. | apatrick@chromium.org | 2011-11-03 | 2 | -8/+9 |
* | Cleanup: Remove a unused variable. | thestig@chromium.org | 2011-11-03 | 2 | -6/+2 |
* | Don't forward XBUTTON events to the renderer, it can't handle them. aura::Eve... | ben@chromium.org | 2011-11-03 | 1 | -1/+19 |
* | Remove 'using' from browser_thread.h, and make things compile. | joi@chromium.org | 2011-11-03 | 1 | -4/+0 |