summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* - Provide Rpc classes with unique ids so that their message id spaces do not ...pfeldman@chromium.org2009-03-1313-984/+1156
* Checkin files I missed.jam@chromium.org2009-03-132-4/+0
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* Some minor cleanup in WebDataSource and WebResponse.darin@chromium.org2009-03-125-176/+23
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-125-0/+5
* Implement WebSandboxSupport.darin@chromium.org2009-03-122-13/+0
* WebKit resource requests now have a flag reportUploadProgress that tells us w...jcampan@chromium.org2009-03-122-1/+10
* Chrome-side changes to use registerURLSchemeNoAccess.darin@chromium.org2009-03-121-6/+0
* Initial WebDevToolsAgent implementation contains two agent objects: Dom agentpfeldman@chromium.org2009-03-1221-843/+3405
* Bring back overriding setParentVisible, since it's needed when a page scripts...jam@chromium.org2009-03-122-0/+14
* Relanding a backed-out CL that was thought to cause reliability test failure ...jcampan@chromium.org2009-03-111-1/+1
* Reverting 11453.jcampan@chromium.org2009-03-111-1/+1
* Re-apply the webkit merge. This is a revert of 11454 and 11455.darin@chromium.org2009-03-111-5/+4
* Revert merge (revision 11400) to test impact on page cycler perf.darin@chromium.org2009-03-111-4/+5
* Relanding a backed-out CL:jcampan@chromium.org2009-03-111-1/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-11117-128/+0
* Reverting 11396.ericroman@google.com2009-03-111-2/+0
* WebKit merge 41530:41559.darin@chromium.org2009-03-101-5/+4
* Add support for the "repaint" layout tests (LayoutTests/fast/repaint/*), whic...ericroman@google.com2009-03-101-0/+2
* Fix horizontal scrolling to not be reversed on tilt wheel mice and old Thinkp...pkasting@chromium.org2009-03-101-6/+8
* This changes the base clipboard class, as accomplishing paste requires that C...avi@chromium.org2009-03-102-2/+2
* Convert to COLORREF properly. This matches the old code before my refactoring.darin@chromium.org2009-03-101-1/+3
* Reverting 11357.jcampan@chromium.org2009-03-101-1/+1
* Fix build breaks after webkit merge.jam@chromium.org2009-03-105-0/+7
* The navigation entry's state would not be returned for navigation entries of ...jcampan@chromium.org2009-03-101-1/+1
* add glue.vcprojdarin@chromium.org2009-03-101-5/+13
* Adds WebThemeEngine, WebColor, and WebCanvas to the WebKit API (chrome-side).darin@chromium.org2009-03-105-103/+165
* WebKit merge 41498:41530.ericroman@google.com2009-03-103-2/+6
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-093-0/+11
* More WebKit API action (chromium side).darin@chromium.org2009-03-093-7/+24
* Landing again the CL that adds security info to canceled requests (last time ...jcampan@chromium.org2009-03-082-4/+7
* Fill out some of the new abstract methods of WebKitClient.ericroman@google.com2009-03-081-33/+0
* WebKit merge 41447:41498ericroman@google.com2009-03-072-3/+3
* Revert change 11197 because it created 138 new layout testsnsylvain@chromium.org2009-03-072-7/+4
* Landing again the CL that adds security info to canceled requests (it was bre...jcampan@chromium.org2009-03-072-4/+7
* Reverting 11179.jcampan@chromium.org2009-03-072-7/+4
* This CL adds a way to specify the security info when canceling a URLRequest.jcampan@chromium.org2009-03-072-4/+7
* Enable some code that compiles fine on linux now. This code talkstc@google.com2009-03-061-8/+0
* Generate data packs for all languages and allow us to loadtc@google.com2009-03-061-0/+51
* RenderWidgetHost now only accepts a new NativeWebKeyboardEvent which owns a c...erg@google.com2009-03-062-16/+1
* Convert from line scrolling to pixel scrolling. Increase pixel scroll amount...pkasting@chromium.org2009-03-064-18/+26
* Reland r11118.darin@chromium.org2009-03-064-155/+30
* Revert r11118 :(darin@chromium.org2009-03-064-30/+155
* More WebKit API action (chromium side)darin@chromium.org2009-03-064-155/+30
* Don't let file:// URLs script Web URLs.abarth@chromium.org2009-03-061-0/+4
* Fix lifetime control for worker and worker context.jianli@chromium.org2009-03-063-5/+19
* Hook up WebKit worker with Chromium.jianli@chromium.org2009-03-054-11/+82
* Refactor v8 extensions so that they aren't in the WebCore namespace, and can ...asargent@chromium.org2009-03-052-14/+0
* Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,brettw@chromium.org2009-03-053-13/+15
* Address some of the review comments on comment 2 ofbrettw@chromium.org2009-03-051-1/+1