| Commit message (Expand) | Author | Age | Files | Lines |
* | We used to store/restore the frame and node that were focused last when a age... | jcampan@chromium.org | 2009-07-03 | 5 | -134/+11 |
* | Port WebImage to CG and rework the Skia version so that WebImage just has a | darin@google.com | 2009-07-03 | 2 | -55/+27 |
* | Add empty strings localized_strings to fix build breakage. | jorlow@chromium.org | 2009-07-02 | 1 | -0/+3 |
* | Reverting 19834. | jorlow@chromium.org | 2009-07-02 | 1 | -3/+0 |
* | Add empty strings localized_strings to fix build breakage. | jorlow@chromium.org | 2009-07-02 | 1 | -0/+3 |
* | Move the NULLing out of WebViewImpl::delegate_ until after we close the page. | mpcomplete@chromium.org | 2009-07-02 | 1 | -4/+4 |
* | DevTools: Revert 19813 since it creates more problems than solves. | pfeldman@chromium.org | 2009-07-02 | 2 | -12/+2 |
* | Set the WebViewDelegate earlier during WebView creation to ensure that | darin@chromium.org | 2009-07-02 | 1 | -7/+6 |
* | DevTools: switch to KeyboardShortcut.js from WebKit. | yurys@google.com | 2009-07-02 | 1 | -108/+0 |
* | DevTools: Set up utility context earlier (prevent from crash). | pfeldman@chromium.org | 2009-07-02 | 5 | -23/+30 |
* | Add split with devtools container into the browser view. | pfeldman@chromium.org | 2009-07-02 | 1 | -4/+7 |
* | DevTools: Move InspectorController message filtering to the injected side. | pfeldman@chromium.org | 2009-07-02 | 2 | -9/+8 |
* | Companion change to https://bugs.webkit.org/show_bug.cgi?id=15457. Add loggi... | jam@chromium.org | 2009-07-01 | 1 | -34/+3 |
* | Add Reload and LoadData methods to WebFrame. LoadData replaces | darin@chromium.org | 2009-07-01 | 11 | -154/+181 |
* | DevTools: bring css with hidden dock toggle back. | pfeldman@chromium.org | 2009-07-01 | 1 | -0/+4 |
* | DevTols: add KeyboardShortcuts.js t Chromium so that when WebKit change for h... | yurys@google.com | 2009-07-01 | 2 | -0/+109 |
* | DevTools: Introduce docked version of DevTools. | pfeldman@chromium.org | 2009-07-01 | 6 | -17/+86 |
* | DevTools: nuke forked inspector files. | pfeldman@chromium.org | 2009-07-01 | 1 | -4/+0 |
* | Modify printing methods on WebFrame to be more inline with the version | darin@chromium.org | 2009-06-30 | 3 | -47/+23 |
* | Chromium implementation of new WebKit postMessageToWorkerObject/Context APIs | levin@chromium.org | 2009-06-30 | 4 | -21/+70 |
* | linux: only create browser-side plugin container after plugin requests it | evan@chromium.org | 2009-06-30 | 5 | -7/+30 |
* | DevTools: added stubs for initial scripts requests. | yurys@google.com | 2009-06-30 | 1 | -0/+31 |
* | DevTools: add tests that opens Scripts panel and checks that it's populated w... | yurys@google.com | 2009-06-30 | 1 | -0/+52 |
* | Reverting 19560. This caused a bunch of plugin-related unittest failures on W... | glen@chromium.org | 2009-06-30 | 5 | -30/+7 |
* | linux: only create browser-side plugin container after plugin requests it | evan@chromium.org | 2009-06-29 | 5 | -7/+30 |
* | Delete V8Proxy and V8Utilities and use upstreamed versions. | japhet@chromium.org | 2009-06-29 | 8 | -33/+32 |
* | Fixes for upcoming WebKit update. | dglazkov@google.com | 2009-06-29 | 2 | -0/+5 |
* | Reverting 19489,19488. | japhet@chromium.org | 2009-06-29 | 8 | -32/+33 |
* | Somehow missed a file in the original patch. Doh. | japhet@chromium.org | 2009-06-29 | 1 | -1/+1 |
* | Use upstream V8Proxy and V8Utilities | japhet@chromium.org | 2009-06-29 | 7 | -32/+31 |
* | DevTools: show all scopes for current call frame in the scopes pane. | yurys@google.com | 2009-06-29 | 2 | -28/+108 |
* | linux: cleanup browser-side GtkSockets when plugins are destroyed | evan@chromium.org | 2009-06-28 | 4 | -6/+22 |
* | Fix for reverted cl http://codereview.chromium.org/147123 | davemoore@chromium.org | 2009-06-27 | 2 | -9/+0 |
* | Add notifications for when V8Proxy creates or destroys a V8 Context. | mpcomplete@chromium.org | 2009-06-26 | 6 | -3/+57 |
* | Two fixes: | cevans@chromium.org | 2009-06-26 | 2 | -2/+95 |
* | linux plugins: eliminate GtkWidget* from plugin process | evan@chromium.org | 2009-06-26 | 10 | -73/+39 |
* | Remove WebFrame::CaptureImage in favor of having consumers call Layout | darin@chromium.org | 2009-06-26 | 3 | -52/+0 |
* | Micro-refactor: added VideoRendererBase::OnStop(). | scherkus@chromium.org | 2009-06-26 | 2 | -8/+8 |
* | Reverting 19361. | davemoore@chromium.org | 2009-06-26 | 2 | -0/+9 |
* | Remove unused / obsolete AppCache code from WebFrame. | darin@chromium.org | 2009-06-26 | 4 | -59/+1 |
* | A recent change broke the load times. It also revealed some deficiencies. | davemoore@chromium.org | 2009-06-26 | 2 | -9/+0 |
* | DevTools Profiler: add sanity test. | mnaganov@chromium.org | 2009-06-26 | 1 | -0/+34 |
* | DevTools Profiler: fix lines highligting alignment. | mnaganov@chromium.org | 2009-06-26 | 1 | -0/+4 |
* | DevTools: fix potential crash. | pfeldman@chromium.org | 2009-06-26 | 1 | -0/+4 |
* | So many reverts, I double-reverted. This is the triple-revert. | evan@chromium.org | 2009-06-26 | 1 | -4/+3 |
* | Revert all of my patches from today. | evan@chromium.org | 2009-06-26 | 11 | -42/+77 |
* | mac: retry build fix. | evan@chromium.org | 2009-06-26 | 1 | -4/+3 |
* | Logic in MediaResourceLoaderBridgeFactory was wrong | hclam@chromium.org | 2009-06-26 | 1 | -2/+2 |
* | mac: build fix. | evan@chromium.org | 2009-06-26 | 1 | -3/+4 |
* | linux plugins: eliminate GtkWidget* from plugin process | evan@chromium.org | 2009-06-26 | 10 | -73/+39 |