summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* InspectorController::Setting::integerValue() returns a long. Fix format strin...craig.schlenter@chromium.org2009-06-161-1/+1
* DevTools: Fix standalone devtools app mode.pfeldman@chromium.org2009-06-161-2/+8
* DevTools: Add support for dumping objects into the console.pfeldman@chromium.org2009-06-169-117/+190
* Make XHR work in Workers. Creates a 'shadow page' in a worker process to prox...dimich@google.com2009-06-162-3/+100
* Switch child threads so that current() only works on the correct thread and t...jam@chromium.org2009-06-151-1/+1
* Fixing a bug that <video> is not rendered if clipped/mirroredhclam@chromium.org2009-06-151-4/+13
* Extract form related classes from the guts of WebFrameImpl.darin@chromium.org2009-06-1521-462/+291
* Fix favicon display on the NTP on os x. The favicons get corrupted before the...thakis@chromium.org2009-06-151-0/+6
* DevTools: Add exception handling support into the window context evaluation.pfeldman@chromium.org2009-06-155-17/+38
* DevTools: Provisional commit for https://bugs.webkit.org/attachment.cgi?id=31...pfeldman@chromium.org2009-06-153-38/+59
* DevTools: extension content script names are shown with a background color di...yurys@google.com2009-06-154-5/+50
* Refactor the PlatformContext layer to have only one class.brettw@chromium.org2009-06-141-1/+1
* Upstream V8Helpersjaphet@chromium.org2009-06-121-1/+1
* Included text/css content type into list of the supported non image files. abarth@chromium.org2009-06-121-2/+4
* Use pointers instead of references in SpellCheck function.sidchat@google.com2009-06-122-4/+4
* Fix SimpleDataSource so it doesn't double-initialize.scherkus@chromium.org2009-06-121-3/+3
* Fix javascript-backslash.html layout test failure.darin@chromium.org2009-06-112-186/+232
* The following two layout tests were failed because ofhclam@chromium.org2009-06-111-4/+8
* Enable <video> in test_shellhclam@chromium.org2009-06-118-1/+1202
* DevTools:yurys@google.com2009-06-118-44/+44
* DevTools: when injected script context is created its context data is set to ...yurys@google.com2009-06-112-17/+20
* DevTools: Render 'Array' type name for scope variables.pfeldman@chromium.org2009-06-111-0/+13
* DevTools: do not skip first array element.pfeldman@chromium.org2009-06-111-1/+1
* DevTools: pass proper platform names on non-windows.pfeldman@chromium.org2009-06-113-0/+24
* DevTools: Keep Resources panel enabled status upon frame navigate.pfeldman@chromium.org2009-06-111-0/+4
* DevTools Profiler: fix Profiles Panes 'show' interception.mnaganov@chromium.org2009-06-111-0/+3
* Update DEPS to pull in upstream changes that remove RGBA32Buffer::bitmap(), a...pkasting@chromium.org2009-06-111-1/+1
* Do not allow URL drops on app windows to cause a navigation awaytc@google.com2009-06-102-1/+13
* Stop auto-correcting abbreviations.BUG= www.crbug.com/12921TEST= For command ...sidchat@google.com2009-06-102-7/+16
* DevTools: always send reponse to resource content request, otherwise client m...yurys@google.com2009-06-104-10/+37
* DevTools: Add test for resource panel enabling.pfeldman@chromium.org2009-06-103-12/+139
* DevTools: migrate sanity tests to javascript.pfeldman@chromium.org2009-06-103-0/+132
* Fix for the Layout test failures occuring as a result of the change to downlo...ananta@chromium.org2009-06-101-0/+1
* For lack of a better approach we now initiate the plugin src url download in ...ananta@chromium.org2009-06-102-4/+22
* Update WebKit to r44544.darin@chromium.org2009-06-094-18/+25
* Start using WebURLLoader, et. al. from the WebKit API.darin@chromium.org2009-06-0913-1215/+1237
* DevTools: now that WebKit implementation of WebInspector.SourceView expects I...yurys@google.com2009-06-098-39/+106
* Fix regression from my previous change. Looks like we need to call SetWindow...jam@chromium.org2009-06-092-0/+12
* Don't call NPP_SetWindow before we have the plugin geometry.jam@chromium.org2009-06-094-34/+36
* Fixes a flash plugin hang caused by opening google finance ticker symbols in ...ananta@chromium.org2009-06-093-7/+2
* Turn on DevTools Profiler.mnaganov@chromium.org2009-06-081-2/+2
* Porting the browser tests to Unix.jcampan@chromium.org2009-06-052-13/+13
* Fixes an issue where the MSAA information was not reported back correctly to ...klink@chromium.org2009-06-053-7/+9
* DevTools Profiler: better handling of DevTools' reset and initial load.mnaganov@chromium.org2009-06-058-69/+111
* Add an extension to expose some primitives to JS for doing mbelshe@google.com2009-06-051-0/+6
* DevTools: Fix expression evaluation while on a breakpoint.pfeldman@chromium.org2009-06-041-1/+1
* One more attempt at fixing the keyboard focus issue when the windowless Flash...ananta@chromium.org2009-06-041-2/+22
* DevTools: do not lose console message type on marshalling.pfeldman@chromium.org2009-06-041-1/+2
* DevTools Profiler: reuse more code from WebKit Inspector.mnaganov@chromium.org2009-06-044-111/+118
* Fix incorrect parens around a format string call.deanm@chromium.org2009-06-041-1/+1