summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* 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
* WebKit 44372:44405, resubmit.dimich@google.com2009-06-042-10/+6
* Revert 17601 (build break on mac)dimich@google.com2009-06-042-6/+10
* WebKit DEP roll 44372:44405dimich@google.com2009-06-042-10/+6
* Find in page should cause the scrollbar to repaint with tick marks.tc@google.com2009-06-031-1/+1
* Fix browser hang due to plugin deadlockamit@chromium.org2009-06-033-28/+57
* DevTools: Catch up with InspectorController changes.pfeldman@chromium.org2009-06-037-2/+122
* Implement InspectorClient's Settings API.pfeldman@chromium.org2009-06-034-7/+121
* Add functions to glue to get the full html of the page and also to check if t...sverrir@google.com2009-06-024-0/+57
* DevTools Profiler: use sampling rate reported by V8 profiler.mnaganov@chromium.org2009-06-022-9/+30
* DevTools Profiler UI changes.mnaganov@chromium.org2009-06-023-13/+76
* Get rid of that egregious serif font in autofill popups on os x by removing N...thakis@chromium.org2009-06-011-16/+2
* Have the find bar show number of matches on linux.tc@google.com2009-06-011-2/+2
* Header cleanup in webkit/gluephajdan.jr@chromium.org2009-06-0126-26/+20
* port webkit changeset 44066ukai@chromium.org2009-06-011-0/+2
* Revert WebURLLoader landing. Too many layout test failures.darin@chromium.org2009-05-3013-1236/+1215
* Fix layout test failures.darin@chromium.org2009-05-301-1/+2
* Start using WebURLLoader, et. al. from the WebKit API.darin@chromium.org2009-05-3013-1215/+1235
* BUG=12192rafaelw@chromium.org2009-05-303-330/+0
* Remove code path that passes a file handle to the rendererhclam@chromium.org2009-05-292-27/+0
* Handle mimetype queries for media fileshclam@chromium.org2009-05-292-0/+6
* DevTools: decouple class and method names from RPC message arguments. That wo...yurys@google.com2009-05-2913-77/+159
* DevTools: Fix standalone mode for Inspector frontend.pfeldman@chromium.org2009-05-281-2/+2
* DevTools: Add support for non-trivial console messages.pfeldman@chromium.org2009-05-281-2/+15
* Separate results of profiling sessions.mnaganov@chromium.org2009-05-283-33/+75
* DevTools: Migrate to InspectorController for network and console events.pfeldman@chromium.org2009-05-2721-882/+291
* The autofilling of passwords when the URL for visited page and the page the p...jcampan@chromium.org2009-05-262-2/+22
* Fix a leak in ImageDecoder::Decode.mpcomplete@google.com2009-05-261-1/+5
* Ensure we have a Cocoa NSGraphicsContext when needed.jrg@chromium.org2009-05-261-0/+2
* Set focus to the dummy plugin window used to ensure that keyboard focus corre...ananta@chromium.org2009-05-262-28/+26
* DevTools: use event context to decide which agent should be used for handling...yurys@google.com2009-05-262-80/+49
* Sync with the profiler changes in V8.mnaganov@chromium.org2009-05-265-61/+92