summaryrefslogtreecommitdiffstats
path: root/webkit/glue
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename policy_url to first_party_for_cookies in cookie-related code.wtc@chromium.org2009-11-187-12/+15
* More removal of config.h and glue_util.h dependencies.darin@chromium.org2009-11-185-33/+20
* Some easy cleanup to remove unnecessary config.h and glue_util.h dependencies.darin@chromium.org2009-11-187-41/+18
* Use an explicit boolean has_new_first_party_for_cookies insteadwtc@chromium.org2009-11-186-10/+19
* Checks if the plugin has gone away inside of HandleURLRequestInternal()jamesr@chromium.org2009-11-171-0/+6
* Adds auto continue option on Debugger Agent to avoid pausing the.pfeldman@chromium.org2009-11-174-1/+16
* Remove unnecessary WebCore includes.darin@chromium.org2009-11-161-11/+3