summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Add hook into pepper to query if running on the main thread.ajwong@chromium.org2010-08-241-1/+6
| | | | | | | | Useful for plugins that make heavy use of background threads. Review URL: http://codereview.chromium.org/3104031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57233 0039d316-1c4b-4281-b951-d872f2087c98
* When an individual entry is lost from the appache's diskcache, attempts to ↵michaeln@chromium.org2010-08-243-5/+17
| | | | | | | | | | | load that resource will fallthru to the network instead of promptly failing. See bug 50657. This is just a first step, a repair step will follow on in a future change. BUG=50657 TEST=none Review URL: http://codereview.chromium.org/3187017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57217 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 57188 - Add html node info (tag name, attributes, and computed ↵dmazzoni@chromium.org2010-08-242-46/+0
| | | | | | | | | | | | | | | | | display) and document info (url, title, mimetype, doctype) to WebAccessibility. BUG=none TEST=Modified unit test: RenderMessagesUnittest.WebAccessibility TEST=Added new browser test: RendererAccessibilityBrowserTest.TestCrossPlatformAccessibilityTree Review URL: http://codereview.chromium.org/3013035 TBR=dmazzoni@chromium.org Review URL: http://codereview.chromium.org/3173040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57193 0039d316-1c4b-4281-b951-d872f2087c98
* Adds HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-241-1/+2
| | | | | | | | | | | | | | | Differences over the reverted version (http://codereview.chromium.org/3080034/show - reverted http://codereview.chromium.org/3137022/show ): * Jobs never log anything in their destructor, as the HostResolverImpl randomly outlives the NetLog, at least in some unit tests. * Removed the extra log entries for when a DNS lookup starts/completes. Instead, the job's event is ended in OnLookupComplete(). * Slight modification of the CanceledAsynchronousLookup unit test, as the Job is now closed before posting any events to the Request. For actual lookups, this behavior means the Job's duration more accurately reflects the time the DNS lookup takes itself. BUG=46844 TEST=Look at the net-internals screen. Review URL: http://codereview.chromium.org/3119027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57189 0039d316-1c4b-4281-b951-d872f2087c98
* Add html node info (tag name, attributes, and computed display) and documentdmazzoni@chromium.org2010-08-242-0/+46
| | | | | | | | | | | | info (url, title, mimetype, doctype) to WebAccessibility. BUG=none TEST=Modified unit test: RenderMessagesUnittest.WebAccessibility TEST=Added new browser test: RendererAccessibilityBrowserTest.TestCrossPlatformAccessibilityTree Review URL: http://codereview.chromium.org/3013035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57188 0039d316-1c4b-4281-b951-d872f2087c98
* Add additional suppressions for unexpected SVG failuresrolandsteiner@chromium.org2010-08-241-1/+4
| | | | | | | | | | | BUG=WK44514 TEST=see there TBR=dumi,rohitrao Review URL: http://codereview.chromium.org/3204002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57179 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 65859:65885, upstream test expectations, add new SVG tests as ↵rolandsteiner@chromium.org2010-08-241-5/+13
| | | | | | | | | | | | | temporary suppressions BUG=none TEST=none TBR=dumi Review URL: http://codereview.chromium.org/3137036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57173 0039d316-1c4b-4281-b951-d872f2087c98
* webkit_support: Implement IndexedDB initialization.tkent@chromium.org2010-08-242-0/+6
| | | | | | | | BUG=none TEST=none; This is a part of test code. Review URL: http://codereview.chromium.org/3176031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57145 0039d316-1c4b-4281-b951-d872f2087c98
* Add temporary test expectations for layout test failures from WK roll to 65800rolandsteiner@chromium.org2010-08-231-0/+6
| | | | | | | | | BUG=53073 TEST=see list Review URL: http://codereview.chromium.org/3130046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57049 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: remove injected script from resources.pfeldman@chromium.org2010-08-236-21/+0
| | | | | | Review URL: http://codereview.chromium.org/3180017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57037 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the windows build by casting for ICU.brettw@chromium.org2010-08-221-1/+2
| | | | | | | TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57015 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for Pepper charset conversions.brettw@chromium.org2010-08-224-0/+183
| | | | | | | TEST=included unit test BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57014 0039d316-1c4b-4281-b951-d872f2087c98
* Hookup role descriptions for webkit specific strings. Only doing this for ↵dtseng@chromium.org2010-08-211-1/+1
| | | | | | | | | | accessibility roles we know about. BUG=none. TEST=Use VoiceOver to confirm the proper role descriptions are read. Review URL: http://codereview.chromium.org/3200001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57006 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling DRT related initializations in unit-test mode.jcivelli@chromium.org2010-08-215-12/+17
| | | | | | | | | | | WebKit unit-tests using webkit_support fail with these initializations as the test executable doesn't have any packages. BUG=None TEST=None Review URL: http://codereview.chromium.org/3148024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56949 0039d316-1c4b-4281-b951-d872f2087c98
* Grabbing the newly translated strings from the branch to land on the trunk. ↵kerz@chromium.org2010-08-2050-654/+676
| | | | | | | | Built using trunk grds. Review URL: http://codereview.chromium.org/3148031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56889 0039d316-1c4b-4281-b951-d872f2087c98
* Make the test shell tests use the renamed WebDOMEvent class.jcivelli@google.com2010-08-201-33/+34
| | | | | | | | | | | (so that we can then get rid of the older class on the WebKit side) BUG=None TEST=test_shell_tests should pass. Review URL: http://codereview.chromium.org/3153026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56865 0039d316-1c4b-4281-b951-d872f2087c98
* Add entries for some failing mac tests.thomasvl@chromium.org2010-08-201-0/+5
| | | | | | | | | TBR=rolandsteiner, sky BUG=52841 TEST=green waterfall Review URL: http://codereview.chromium.org/3166024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56851 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to 65710johnnyg@chromium.org2010-08-201-0/+2
| | | | | | | | | | BUG=none TEST=none TBR=rolandsteiner Review URL: http://codereview.chromium.org/3167029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56809 0039d316-1c4b-4281-b951-d872f2087c98
* Convert FormatBytes to string16.evan@chromium.org2010-08-191-1/+1
| | | | | | | | | | I considered ASCII, but it's producing what is intended to be a human-readable string. For example, in theory the "bytes/s" annotation could be localized into a language where the "b" is non-ASCII. Review URL: http://codereview.chromium.org/3107021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56771 0039d316-1c4b-4281-b951-d872f2087c98
* Added CursorControl Pepper interface.neb@chromium.org2010-08-193-20/+110
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3145024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56739 0039d316-1c4b-4281-b951-d872f2087c98
* Remove forward declares for ASCIIToUTF16 from string_util. All callers now usebrettw@chromium.org2010-08-191-0/+1
| | | | | | | | | | utf_string_conversions.h TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3148019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56719 0039d316-1c4b-4281-b951-d872f2087c98
* Enable/Disable Spdy in benchmarking.lzheng@chromium.org2010-08-194-0/+25
| | | | | | | | Test=none Bug=52624 Review URL: http://codereview.chromium.org/3169022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56704 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: test shell should process frontendLoaded messages asynchronously.pfeldman@chromium.org2010-08-192-8/+18
| | | | | | Review URL: http://codereview.chromium.org/3180016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56686 0039d316-1c4b-4281-b951-d872f2087c98
* Disable Flip4Mac by default on the Macstuartmorgan@chromium.org2010-08-191-0/+8
| | | | | | | | | BUG=52661 TEST=Launch Chrome with Flip4Mac installed. It should show up in chrome://plugins as disabled, but be enableable. Relaunching should re-disable it. Review URL: http://codereview.chromium.org/3171018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56680 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Remove unnecessary STL #includes from src/webkit.viettrungluu@chromium.org2010-08-1915-27/+6
| | | | | | | | | BUG=none TEST=builds Review URL: http://codereview.chromium.org/3122029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56655 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-1910-27/+35
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3093013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56641 0039d316-1c4b-4281-b951-d872f2087c98
* Move bundled copy of sqlite one level deeper to better separate itphajdan.jr@chromium.org2010-08-182-2/+2
| | | | | | | | | | | | | from our patches, READMEs, etc. Also, add a shim header so we can use it for building with system sqlite. TEST=compile BUG=22208 Review URL: http://codereview.chromium.org/3108030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56619 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Convert FormatBytes to string16."evan@chromium.org2010-08-181-1/+1
| | | | | | This reverts commit r56603. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56608 0039d316-1c4b-4281-b951-d872f2087c98
* Convert FormatBytes to string16.evan@chromium.org2010-08-181-1/+1
| | | | | | | | | | I considered ASCII, but it's producing what is intended to be a human-readable string. For example, in theory the "bytes/s" annotation could be localized into a language where the "b" is non-ASCII. Review URL: http://codereview.chromium.org/3107021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56603 0039d316-1c4b-4281-b951-d872f2087c98
* Rename WebFileSystem to WebFileUtilities for corresponding WebKit API changes.kinuko@chromium.org2010-08-187-49/+50
| | | | | | | | | | | | This change depends on an upstream change (not yet rolled): http://trac.webkit.org/changeset/65482 BUG=52355 TESTS=existing tests (like ones under fast/files) should pass Review URL: http://codereview.chromium.org/3153015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56564 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 56539 - Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-2/+1
| | | | | | | | | | | | | | | | | | ConnectJobs point to the requests, Requests point back to ConnectJobs and to the DNS lookup they were attached to, if any. Also CONNECT_JOBs are now identified by their host/port on the Requests list. BUG= 46844 TEST= Look at the net-internals screen. Review URL: http://codereview.chromium.org/3080034 TBR=eroman@chromium.org Review URL: http://codereview.chromium.org/3137022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56556 0039d316-1c4b-4281-b951-d872f2087c98
* Added HostResolveImpl Requests and Jobs to log.mmenke@chromium.org2010-08-181-1/+2
| | | | | | | | | | | | | | | ConnectJobs point to the requests, Requests point back to ConnectJobs and to the DNS lookup they were attached to, if any. Also CONNECT_JOBs are now identified by their host/port on the Requests list. BUG= 46844 TEST= Look at the net-internals screen. Review URL: http://codereview.chromium.org/3080034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56539 0039d316-1c4b-4281-b951-d872f2087c98
* Adds IDBKeyPath parser / extractor, and provides a mechanism to call it ↵bulach@chromium.org2010-08-183-0/+96
| | | | | | | | | | sandboxed. TEST=idbkeypathextractor_browsertests.cc Review URL: http://codereview.chromium.org/3043037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56524 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 65571:65599.yutak@chromium.org2010-08-181-10/+0
| | | | | | | | | | TBR=johnnyg BUG=none TEST=none Review URL: http://codereview.chromium.org/3152030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56514 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.txt.yutak@chromium.org2010-08-181-0/+6
| | | | | | | | | | TBR=johnnyg BUG=none TEST=none Review URL: http://codereview.chromium.org/3160023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56502 0039d316-1c4b-4281-b951-d872f2087c98
* Test server cleanup patch of death:phajdan.jr@chromium.org2010-08-174-78/+15
| | | | | | | | | | | | | | - reduce the number of different classes - clean up the internal code - modify the interface to expose less internal details (this will allow more flexibility with port numbers) TEST=many BUG=49680 Review URL: http://codereview.chromium.org/3080029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56405 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper2 Graphics3D implementation - browser side.neb@chromium.org2010-08-1710-10/+1131
| | | | | | | | | BUG=46374 TEST=opengl demos work on Pepper2 Review URL: http://codereview.chromium.org/3020049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56401 0039d316-1c4b-4281-b951-d872f2087c98
* Pull new PPAPI. In particular, this converts mouse coordinates to floating ↵brettw@chromium.org2010-08-171-4/+4
| | | | | | | | | | point. TEST=none BUG=none Review URL: http://codereview.chromium.org/3135025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56304 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the FLAKY attribute from ↵michaeln@chromium.org2010-08-171-1/+1
| | | | | | | | | | | AppCacheUpdateJobTest.MasterEntryBadManifest. A lot has changed since then. BUG=50657 TEST=AppCacheUpdateJobTest.MasterEntryBadManifest Review URL: http://codereview.chromium.org/3183012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56275 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: some more FRIEND_TEST_ALL_PREFIXESphajdan.jr@chromium.org2010-08-164-17/+24
| | | | | | | | | TEST=none BUG=44549 Review URL: http://codereview.chromium.org/3161021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56253 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a test failing after the last WebKit merge.japhet@chromium.org2010-08-161-0/+4
| | | | | | | | | | | BUG=none TEST=green webkit dbg(2) bots TBR=yutak,mpcomplete Review URL: http://codereview.chromium.org/3176015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56248 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: joth@chromium.orgjoth@chromium.org2010-08-161-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56211 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 65318:65411.yutak@chromium.org2010-08-161-2/+4
| | | | | | | | | | TBR=japhet BUG=none TEST=none Review URL: http://codereview.chromium.org/3119016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56203 0039d316-1c4b-4281-b951-d872f2087c98
* Fix QuartzCore.framework path. mark@chromium.org2010-08-151-1/+1
| | | | | | | | | Patch by Mihai Parparita <mihaip@chromium.org> TEST=rebuild Xcode projects BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56162 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup Registry API: part 3.tfarina@chromium.org2010-08-141-3/+3
| | | | | | | | | | | | - Remove the default arguments from the constructor. - Add a empty constructor to handle the case of the default arguments were used. BUG=44644 TEST=trybots Review URL: http://codereview.chromium.org/3172009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56123 0039d316-1c4b-4281-b951-d872f2087c98
* Revert all WebKit merges.yutak@chromium.org2010-08-131-38/+0
| | | | | | | | | | TBR=japhet BUG=none TEST=none Review URL: http://codereview.chromium.org/3179013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56015 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 65185:65192.yutak@chromium.org2010-08-131-35/+35
| | | | | | | | | | TBR=japhet BUG=none TEST=none Review URL: http://codereview.chromium.org/3152017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56008 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit merge 65180:65182.yutak@chromium.org2010-08-131-0/+38
| | | | | | | | | | TBR=japhet BUG=none TEST=none Review URL: http://codereview.chromium.org/3145011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56003 0039d316-1c4b-4281-b951-d872f2087c98
* Reenable bad-scheme-subframe.html which was rebaselined upstreamyurys@chromium.org2010-08-121-2/+0
| | | | | | | | BUG=51785 Review URL: http://codereview.chromium.org/3171006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55868 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: fix decoding of custom cursor bytes.estade@chromium.org2010-08-121-11/+7
| | | | | | | | | | | The bytes of an SkBitmap are not directly translatable into those of a GdkPixbuf. Use the utility function we already have for converting between the pixel data of these two types. BUG=51816 TEST=see bug Review URL: http://codereview.chromium.org/3130008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55825 0039d316-1c4b-4281-b951-d872f2087c98