summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Add Print Selection support to Chrome. This change is fairly involved since ...sverrir@google.com2009-06-191-1/+2
* DevTools: add fake callframe for live object expansion in console.pfeldman@chromium.org2009-06-191-1/+7
* DevTools: remove dock/undock buttonpfeldman@chromium.org2009-06-191-1/+5
* DevTools: fix crash when inspect element invoked on the root element.pfeldman@chromium.org2009-06-191-4/+4
* DevTools: add devtools.css to webkit.gyp. It should have been added as part o...yurys@google.com2009-06-192-3/+3
* DevTools Profiler: Fix parsing of duplicate function names.mnaganov@chromium.org2009-06-191-1/+5
* DevTools: when script has URL all breakpoints are set using that URL and line...yurys@google.com2009-06-191-26/+65
* Revert 18765 to try to repair perf regressionjar@chromium.org2009-06-193-23/+0
* Send port-closed notification when a frame with ports unloads.mpcomplete@google.com2009-06-183-0/+23
* Implement a max worker count of 16 per tab and 64 total. Any workers created...jam@chromium.org2009-06-181-1/+2
* Reject invalid URLs in SimpleDataSourcehclam@chromium.org2009-06-181-1/+18
* Delete files from webkit/glue that have been made obsolete by correspondingdarin@chromium.org2009-06-1827-863/+290
* DevTools: Implement console.dir(live object) while on a breakpoint.pfeldman@chromium.org2009-06-181-4/+41
* DevTools: the context should be disposed to releas scripts and other resource...yurys@google.com2009-06-182-0/+6
* Don't call FileChooser::chooseFile("") if a user selects nothing with a file ...tkent@chromium.org2009-06-181-3/+2
* Fixing a bug in SimpleDataSourcehclam@chromium.org2009-06-171-0/+5
* WebKit merge 44757:44773.levin@chromium.org2009-06-172-3/+11
* Cancel SimpleDataSource's request when stopped to prevent asserting.scherkus@chromium.org2009-06-172-22/+79
* Report load errors for <video> according to WebKit's hclam@chromium.org2009-06-171-7/+23
* DevTools: Add support for dumping objects into the console. (Take 2).pfeldman@chromium.org2009-06-1711-118/+198
* DevTools: Migrate to new WebKit console API.pfeldman@chromium.org2009-06-172-65/+0
* DevTools: Do not crash on document-less HTMLFrameOwnerElement removal from DO...pfeldman@chromium.org2009-06-171-1/+5
* DevTools: Fix crash on refresh.pfeldman@chromium.org2009-06-171-2/+3
* Fix incorrect gtk cursors. se-resize and sw-resize are reversed.thestig@chromium.org2009-06-161-2/+2
* Fix for occasional crash in a Worker process caused by 'shadow page' trying t...dimich@google.com2009-06-161-1/+1
* Add file icons to chrome://downloads/ on the Mac. Add Skia helpermark@chromium.org2009-06-161-38/+2
* Extract load times from WebDataSource. Move them to NavigationState.darin@chromium.org2009-06-166-112/+22
* Revert 18484 - DevTools: Add support for dumping objects into the console.laforge@chromium.org2009-06-169-190/+117
* Hack to enable video on mac by creating a blank PlatformContextMac to draw on.ajwong@chromium.org2009-06-162-7/+2
* 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