summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Use ASCII strings for switch names.evan@chromium.org2009-10-133-3/+3
* Enables the sending of Timeline Agent and Resource messages to the devtools a...jamesr@chromium.org2009-10-125-1/+104
* First version of pepper api implementation:sehr@google.com2009-10-125-34/+519
* Minor cleanup. Use WebViewClient instead of WebViewDelegatedarin@chromium.org2009-10-123-4/+3
* Remove unused feed_preview.{h,cc} files.darin@chromium.org2009-10-122-140/+0
* DevTools: manually dispatch messages from the inspector controller - WebKit's...pfeldman@chromium.org2009-10-121-1/+4
* DevTools: enable databases panel.pfeldman@chromium.org2009-10-128-69/+43
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-117-7/+7
* Remove the dependency on i18n/icu_string_conversions from base/string_util.h.brettw@chromium.org2009-10-101-5/+7
* Build fix.abarth@chromium.org2009-10-101-1/+1
* Roll WebKit to 49413.abarth@chromium.org2009-10-101-6/+6
* Fix another race condition on worker process shutdown that results in use-aft...jam@chromium.org2009-10-102-1/+22
* Use WebKit::WebVector instead of std::vector in WebKit::WebMediaPlayerhclam@chromium.org2009-10-091-4/+5
* Reverting 28599.darin@chromium.org2009-10-093-92/+108
* Convert types in WebFrameLoaderClientImpl in preparation for movingdarin@chromium.org2009-10-093-108/+92
* Roll WebKit ro r49372hclam@chromium.org2009-10-091-2/+2
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-091-1/+1
* Moving ShowContextMenu out of WebView_delegate and into WebViewClientyaar@chromium.org2009-10-093-217/+88
* Reverting 28545.darin@chromium.org2009-10-093-92/+108
* Convert types in WebFrameLoaderClientImpl in preparation for movingdarin@chromium.org2009-10-093-108/+92
* Print the element path in TestWebViewDelegate::decidePolicyForNavigation()tkent@chromium.org2009-10-092-3/+19
* Eliminate WebView::GetDelegate and replace RenderViewSet with a map fromdarin@chromium.org2009-10-093-10/+0
* When middle clicking a link in Linux, an onpaste event is fired. Prevent the...vandebo@chromium.org2009-10-081-1/+4
* Webkit roll to 49284.johnnyg@chromium.org2009-10-081-4/+4
* Reverting 28422.johnnyg@chromium.org2009-10-081-4/+4
* WebKit roll 49278:49309johnnyg@chromium.org2009-10-081-4/+4
* DevTools: show heap profiles in "Profiles" tab, remove temporary "Heap" tab.mnaganov@chromium.org2009-10-087-184/+69
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-3/+2
* DevTools: fix and reenable TestDebugIntrinsicPropertiesyurys@google.com2009-10-081-26/+49
* DevTools: fix failing testsyurys@google.com2009-10-081-1/+1
* Make all content scripts from an extension run in the sameaa@chromium.org2009-10-082-6/+6
* Some trivial style cleanup in the plugin delegate. There was one functionbrettw@chromium.org2009-10-083-20/+16
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-074-5/+5
* Invent WebFrameImpl::ClientHandle as a weak reference to WebFrameClient.darin@chromium.org2009-10-076-52/+60
* DevTools: allow inspecting __proto__, constructor, prototype properties.BUG=2...yurys@google.com2009-10-073-27/+191
* Webkit roll: 49213:49221levin@chromium.org2009-10-074-9/+19
* Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and adarin@chromium.org2009-10-074-70/+35
* Webkit roll: 49206:49213.jparent@chromium.org2009-10-072-3/+4
* Implement NPN_GetValueForURL and NPN_SetValueForURL and add a stub for NPN_Ge...jam@chromium.org2009-10-079-503/+139
* Fix scripting during NPP_Destroy. Note that if the plugin is making a call t...jam@chromium.org2009-10-066-26/+72
* Move runFileChooser from webview_delegate to WebViewClient.yaar@chromium.org2009-10-062-64/+24
* DevTools: bring devtools tests back.pfeldman@chromium.org2009-10-061-1/+1
* Implement --enable-web-sockets flag.ukai@chromium.org2009-10-062-0/+3
* Coverity: initialize read_attempts_ in BufferedDataSource constructor.mattm@chromium.org2009-10-061-0/+1
* Order of preferences needs to match serialization.johnnyg@chromium.org2009-10-061-3/+3
* Adds command line flag to enable desktop notifications.johnnyg@chromium.org2009-10-052-0/+4
* Make Mac WebCursor glue use the nsimage_cachemark@chromium.org2009-10-051-2/+4
* DevTools: auto-generate devtools.html from WebKit's inspector.htmlmnaganov@chromium.org2009-10-051-143/+0
* DevTools: Prepare DevTools for rolling onto r49084.pfeldman@chromium.org2009-10-052-11/+17
* Another stab at the Chromium side of storage events. Re-submission of http:/...jorlow@chromium.org2009-10-033-4/+15