summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* Refactor the pepper API implementation to make it more scalable as we add morebrettw@chromium.org2009-12-078-486/+700
* Fix non-initialized pointer issue in test_shell for Mac.kinuko@chromium.org2009-12-071-0/+1
* Add stubs for NPN_PopUpContextMenu and NPN_ConvertPointstuartmorgan@chromium.org2009-12-052-0/+30
* Linux: Record the list of plugins loaded in browser process crash reports.thestig@chromium.org2009-12-043-15/+45
* Check that frame has not been closed when getting DevToolsAgent.yurys@chromium.org2009-12-042-7/+19
* Revert "Check that frame has not been closed when getting DevToolsAgent." Lin...yurys@chromium.org2009-12-042-19/+7
* Check that frame has not been closed when getting DevToolsAgent.yurys@chromium.org2009-12-042-7/+19
* Split FTP LIST parsing code into individual files for each listing style.phajdan.jr@chromium.org2009-12-041-1/+1
* Enable remote fonts by default. This change introduces --disable-remote-fonts...yusukes@google.com2009-12-041-1/+1
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-031-2/+2
* Avoid implicit char*-to-AtomicString conversion, which will soon become illegal.snej@chromium.org2009-12-031-1/+1
* Fix console object style in DevTools windowapavlov@chromium.org2009-12-031-0/+7
* Don't set referrers on outgoing plugin requests if the load_manually flag is ...ananta@chromium.org2009-12-035-24/+81
* Send resource load notifications from plugins to devtools agent. This is a pa...yurys@chromium.org2009-12-0310-30/+75
* Fix the coordinates we send to QD-based pluginsstuartmorgan@chromium.org2009-12-021-8/+16
* Add windowUnloading method to InspectorFrontendHost objectapavlov@chromium.org2009-12-022-0/+12
* Fix Event Handlers pane bar styleapavlov@chromium.org2009-12-021-1/+1
* Update network priorities to support better granularitymbelshe@google.com2009-12-021-1/+13
* Update the Pepper APIs to the latest spec for the 2D demo plugin.brettw@chromium.org2009-12-014-224/+120
* Fix STR size read in Mac plugin loadingstuartmorgan@chromium.org2009-12-011-1/+1
* WebKit Roll 51527:51532 (includes DevTools two-sided commit for spliting Insp...pfeldman@chromium.org2009-12-0111-243/+173
* Fix Mac plugin coordinatesstuartmorgan@chromium.org2009-12-011-10/+15
* Fix regression with pasting images in Gmail.finnur@chromium.org2009-11-301-2/+8
* DevTools: provisional implementation of new methods in WebDevToolsAgent in ht...yurys@chromium.org2009-11-301-0/+21
* DevTools: fix on Linux and reenable DevToolsSanityTest.TestPauseWhenScriptIsR...yurys@chromium.org2009-11-301-1/+7
* Fixes an issue where opening Inspector after APU causes some console noise.pfeldman@chromium.org2009-11-301-0/+1
* Add documentURL property to dummy resource payloadapavlov@chromium.org2009-11-301-0/+1
* DevTools: process pause script request on the IO thread. To pause already run...yurys@chromium.org2009-11-3011-29/+68
* DevTools: set toolbar and statusbar to blue only on Windows.mnaganov@chromium.org2009-11-261-17/+21
* DevTools: stub implementations for new methods in WebDevToolsAgent added in h...yurys@chromium.org2009-11-262-0/+70
* Remove Content-Type workaround for cached resourcesapavlov@chromium.org2009-11-262-17/+38
* Support context data in form of a stringsgjesse@chromium.org2009-11-262-6/+29
* Plumb through site-specific quirks setting with a command line switch.dglazkov@chromium.org2009-11-252-0/+3
* Improve Mac plugin coordinate handlingstuartmorgan@chromium.org2009-11-252-62/+70
* DevTools: Recognize getters and setters entries in CPU profile.mnaganov@chromium.org2009-11-251-1/+1
* Linux: Do not unload the o3d plugin in the browser process. This is a tempora...thestig@chromium.org2009-11-251-1/+8
* Fix a flaky dev tools sanity test.ager@chromium.org2009-11-241-4/+3
* Don't select a default entry in the password autofill popup. jcampan@chromium.org2009-11-231-2/+3
* DevTools: display DOM calls in CPU profiles.mnaganov@chromium.org2009-11-231-2/+2
* Add a label member to the FormField class. This member will hold the value o...jhawkins@chromium.org2009-11-233-4/+11
* decoupling FormFieldValues from webcoreyaar@chromium.org2009-11-202-46/+22
* Revert 32692 - Enable plugin blacklist by default on the Macstuartmorgan@chromium.org2009-11-201-1/+0
* Enable plugin blacklist by default on the Macstuartmorgan@chromium.org2009-11-201-0/+1
* Update the Mac plugin whitelist/blackliststuartmorgan@chromium.org2009-11-201-0/+3
* Mac: avoid a race between UI and IO threads during plugin destruction.amanda@chromium.org2009-11-201-0/+3
* Mac: Simulate the OS-level focus handling that windows and linux pluginsamanda@chromium.org2009-11-202-3/+57
* Rename unit test: WebViewTest.GetContentAsPlainText -> WebViewTest.ActiveState.viettrungluu@chromium.org2009-11-201-1/+1
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-203-6/+15
* Revert 32398 - Re-enable Cocoa event model for pluginsstuartmorgan@chromium.org2009-11-181-2/+3
* Remove plugin Cocoa event model temporarilystuartmorgan@chromium.org2009-11-181-3/+2