summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
...
* Load extension plugins before looking for plugins in other places, e.g.abarth@chromium.org2009-07-081-5/+5
* Adds tab pinning to TabStripModel. This is just the model side ofsky@chromium.org2009-07-081-0/+1
* Suppress a warning about LOG being re-defined.darin@chromium.org2009-07-082-5/+5
* DevTools: handle call frames with unresolved script sources upon exception br...pfeldman@chromium.org2009-07-081-7/+22
* DevTools: Push context id to the client on 'window object cleared' event.pfeldman@chromium.org2009-07-085-25/+19
* DevTools: added test for setting breakpoit.yurys@google.com2009-07-081-117/+210
* Make the cancelling of drag and drop match Safari for Windows. This isarv@google.com2009-07-083-1/+19
* Don't forget to free the callbacks!darin@chromium.org2009-07-074-4/+9
* Fix NPAPIIncognitoTester.PrivateEnabledjam@chromium.org2009-07-071-3/+0
* Disable NPAPIIncognitoTester.PrivateEnabled test because it's flaky.jhawkins@chromium.org2009-07-071-0/+3
* Adds support for an initial set of WAI-ARIA roles, needed to support screen r...klink@chromium.org2009-07-072-74/+100
* Relanding r20046.jhawkins@chromium.org2009-07-071-1/+1
* The WebURLResponse will be null if the network request fails. So, a null checkdarin@chromium.org2009-07-072-3/+5
* Identical to http://codereview.chromium.org/155030 except for the WebKit revi...japhet@chromium.org2009-07-071-1/+1
* Revert r20046.jhawkins@chromium.org2009-07-071-1/+1
* Fix a typo.jhawkins@chromium.org2009-07-071-1/+1
* linux: OOP windowed pluginsevan@chromium.org2009-07-074-21/+193
* Refactoring to introduce refcount to WebMediaPlayerImplhclam@chromium.org2009-07-074-232/+342
* Fix the GC of workers. When Worker object is GC'ed in the renderer, we need t...dimich@google.com2009-07-072-1/+12
* DevTools: merge TestSuite.Controller into TestSuiteyurys@google.com2009-07-071-58/+66
* Modify ResourceFetcher to use WebURLLoader instead of ResourceHandle.darin@chromium.org2009-07-0716-237/+267
* DevTools: Issue 'scripts' command on attach only, work based on after_compile...pfeldman@chromium.org2009-07-071-6/+0
* DevTools: clear breakpoints when devtools window is closing. This change depe...yurys@google.com2009-07-072-3/+20
* DevTools: Add global eval sanity test.pfeldman@chromium.org2009-07-071-11/+10
* DevTools: Add more sanity tests.pfeldman@chromium.org2009-07-072-33/+128
* The webkit java applet creation code passes in the baseURL which is typically...ananta@chromium.org2009-07-072-3/+3
* Revert "linux: OOP windowed plugins"evan@chromium.org2009-07-063-191/+0
* linux: OOP windowed pluginsevan@chromium.org2009-07-063-0/+191
* Reverting 19963.japhet@chromium.org2009-07-061-1/+1
* Delete V8Binding and use the upstreamed version. BUG=15789 japhet@chromium.org2009-07-061-1/+1
* DevTools: Provisional support for global properties' and scope roots completi...pfeldman@chromium.org2009-07-062-0/+33
* Fix Acid3 Test 48: LINKTEST, Chromium side....dglazkov@chromium.org2009-07-032-4/+29
* DevTools: Console tests.pfeldman@chromium.org2009-07-032-12/+102
* DevTools: do console evaluations in the global context of the inspected windo...yurys@google.com2009-07-031-1/+2
* We used to store/restore the frame and node that were focused last when a age...jcampan@chromium.org2009-07-035-134/+11
* Port WebImage to CG and rework the Skia version so that WebImage just has adarin@google.com2009-07-032-55/+27
* Add empty strings localized_strings to fix build breakage.jorlow@chromium.org2009-07-021-0/+3
* Reverting 19834.jorlow@chromium.org2009-07-021-3/+0
* Add empty strings localized_strings to fix build breakage.jorlow@chromium.org2009-07-021-0/+3
* Move the NULLing out of WebViewImpl::delegate_ until after we close the page.mpcomplete@chromium.org2009-07-021-4/+4
* DevTools: Revert 19813 since it creates more problems than solves.pfeldman@chromium.org2009-07-022-12/+2
* Set the WebViewDelegate earlier during WebView creation to ensure thatdarin@chromium.org2009-07-021-7/+6
* DevTools: switch to KeyboardShortcut.js from WebKit.yurys@google.com2009-07-021-108/+0
* DevTools: Set up utility context earlier (prevent from crash).pfeldman@chromium.org2009-07-025-23/+30
* Add split with devtools container into the browser view.pfeldman@chromium.org2009-07-021-4/+7
* DevTools: Move InspectorController message filtering to the injected side.pfeldman@chromium.org2009-07-022-9/+8
* Companion change to https://bugs.webkit.org/show_bug.cgi?id=15457. Add loggi...jam@chromium.org2009-07-011-34/+3
* Add Reload and LoadData methods to WebFrame. LoadData replacesdarin@chromium.org2009-07-0111-154/+181
* DevTools: bring css with hidden dock toggle back.pfeldman@chromium.org2009-07-011-0/+4
* DevTols: add KeyboardShortcuts.js t Chromium so that when WebKit change for h...yurys@google.com2009-07-012-0/+109