| Commit message (Expand) | Author | Age | Files | Lines |
* | DevTools: remove an assertion in InspectorControllerClient that fails on test... | yurys@google.com | 2009-09-01 | 1 | -1/+0 |
* | DevTools: Close inspector controller on detach; hide node highlight on detach... | pfeldman@chromium.org | 2009-09-01 | 3 | -17/+3 |
* | Linux gcc4.4 fix: stop crashing when loading flash. | willchan@chromium.org | 2009-09-01 | 1 | -3/+4 |
* | New WebKit API interfaces for desktop notifications. | johnnyg@google.com | 2009-09-01 | 6 | -0/+42 |
* | linux: fix some plugin colormap leaks | evan@chromium.org | 2009-09-01 | 1 | -7/+5 |
* | Pull in webkit revision 47912. This involves a build fix matching | ojan@google.com | 2009-09-01 | 4 | -5/+8 |
* | linux: add a temporary flag for debugging plugin loading | evan@chromium.org | 2009-08-31 | 1 | -1/+29 |
* | Rollback rev 24947 since it seems to have broken other tests. | arv@google.com | 2009-08-31 | 1 | -1/+0 |
* | Fix document.hasFocus() for layout test | arv@google.com | 2009-08-31 | 1 | -0/+1 |
* | linux: prefer non-nspluginwrapper/crossover plugins | evan@chromium.org | 2009-08-31 | 1 | -2/+24 |
* | DevTools: Provisional commit to handle Web inspector call frame changes upstr... | pfeldman@chromium.org | 2009-08-31 | 1 | -1/+1 |
* | DevTools: Migrate from CppBound class to devtools bound object. | pfeldman@chromium.org | 2009-08-31 | 3 | -99/+74 |
* | Force databases and localstorage to be enabled extensions. | aa@chromium.org | 2009-08-29 | 2 | -2/+3 |
* | Chromium side patch for DB support on Linux. | dumi@chromium.org | 2009-08-28 | 2 | -6/+11 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 2 | -6/+6 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 2 | -6/+6 |
* | DevTools Heap profiler: catch up with WebKit r47861. | mnaganov@chromium.org | 2009-08-28 | 1 | -8/+5 |
* | Build fix part 2 for http://trac.webkit.org/changeset/47866. | ojan@google.com | 2009-08-28 | 2 | -0/+5 |
* | Build fix for our webkit port. http://trac.webkit.org/changeset/47866 added | jorlow@chromium.org | 2009-08-28 | 2 | -0/+4 |
* | DevTools Heap profiler: make use of SummaryBar introduced in WebKit inspector. | mnaganov@chromium.org | 2009-08-28 | 2 | -43/+68 |
* | DevTools: call InspectorController.close on detach to remove DOM listeners se... | yurys@google.com | 2009-08-28 | 2 | -77/+10 |
* | Adds support for WAI-ARIA role article. | klink@chromium.org | 2009-08-28 | 1 | -0/+1 |
* | linux: scan more plugin directories, fix bugs | evan@chromium.org | 2009-08-27 | 1 | -11/+65 |
* | Adds support for WAI-ARIA role option, by adding exposure of MSAA role ROLE_S... | klink@chromium.org | 2009-08-27 | 2 | -0/+3 |
* | More refactoring for WebPlugin. | darin@chromium.org | 2009-08-27 | 23 | -445/+188 |
* | DevTools: reset ScriptState in InspectorController on page refresh. | pfeldman@chromium.org | 2009-08-27 | 2 | -19/+29 |
* | DevTools l10n: inhibit until agreeded that it is needed. | mnaganov@chromium.org | 2009-08-27 | 2 | -34/+12 |
* | DevTools: hook up SummaryBar which is added to WebKit @ r47822 | mnaganov@chromium.org | 2009-08-27 | 1 | -0/+1 |
* | DevTools: Remove base/values dependency from devtools. | pfeldman@chromium.org | 2009-08-27 | 18 | -589/+175 |
* | Revert "linux: scan more plugin directories, fix bugs" | evan@chromium.org | 2009-08-27 | 1 | -61/+11 |
* | linux: scan more plugin directories, fix bugs | evan@chromium.org | 2009-08-27 | 1 | -11/+61 |
* | Test shell crashed while running layout tests due to an STL vector iterator g... | ananta@chromium.org | 2009-08-27 | 1 | -1/+4 |
* | Fixes a crash caused due to a call to NPP_DestroyStream occuring in the cont... | ananta@chromium.org | 2009-08-27 | 7 | -13/+98 |
* | Uses FilePath instead of std::wstring in webkit_glue::GetApplicationDirectory. | avi@google.com | 2009-08-27 | 2 | -10/+8 |
* | Add WebKit api support for allowing/disallowing stored | levin@chromium.org | 2009-08-26 | 1 | -0/+9 |
* | First half of updating Worker.postMessage(), DOMWindow.postMessage(), and | jorlow@chromium.org | 2009-08-26 | 4 | -64/+67 |
* | Add isVisible parameter to WebPlugin::updateGeometry. | darin@chromium.org | 2009-08-26 | 2 | -3/+3 |
* | On a middle click, check if the mouse is over a scrollbar before pasting the ... | vandebo@chromium.org | 2009-08-26 | 1 | -1/+5 |
* | DevTools: Sanitize objects being serialized so that prototype.js did not affe... | pfeldman@chromium.org | 2009-08-26 | 1 | -2/+21 |
* | plugins: unfork WebPluginDelegateImpl between linux/win | evan@chromium.org | 2009-08-26 | 5 | -1508/+45 |
* | Fork webplugin_delegate_impl.cc in anticipation of remerging. | evan@chromium.org | 2009-08-26 | 1 | -0/+1337 |
* | linux: test plugin for appropriate architecture before loading | evan@chromium.org | 2009-08-26 | 1 | -0/+44 |
* | Fix for audio/video not firing ended if you change src and call load(). | scherkus@chromium.org | 2009-08-25 | 1 | -0/+4 |
* | linux: new socket/plug code for windowed plugins | piman@chromium.org | 2009-08-25 | 9 | -90/+113 |
* | Revert 24266 - This CL ensures that plugins always peek in the context of out... | ananta@chromium.org | 2009-08-25 | 2 | -10/+2 |
* | This CL ensures that plugins always peek in the context of outgoing sync calls. | ananta@chromium.org | 2009-08-25 | 2 | -2/+10 |
* | Adds support for WAI-ARIA roles application, document, radiogroup, region, se... | klink@chromium.org | 2009-08-25 | 2 | -1/+16 |
* | Fixes bug where changing the src of an audio/video element would stop firing ... | scherkus@chromium.org | 2009-08-25 | 1 | -8/+6 |
* | DevTools: Enable devtools sanity tests on Linux. | pfeldman@chromium.org | 2009-08-25 | 1 | -7/+1 |
* | Revert r24223. Storage test is not working. | aa@chromium.org | 2009-08-25 | 2 | -3/+2 |