summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* WebKit roll 54127 -> 54213.pfeldman@chromium.org2010-02-021-1/+1
| | | | | | | | TBR=hamaji,senorblanco Review URL: http://codereview.chromium.org/564009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37817 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 54103:54127.pfeldman@chromium.org2010-02-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37691 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 54075:54103.pfeldman@chromium.org2010-01-301-1/+1
| | | | | | Review URL: http://codereview.chromium.org/548216 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37640 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to r54075 to resolve Mac NTP issues.darin@chromium.org2010-01-291-1/+1
| | | | | | | TBR=dglazkov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37534 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 54045:54059pfeldman@chromium.org2010-01-291-1/+1
| | | | | | Review URL: http://codereview.chromium.org/553147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37513 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 54016:54045.pfeldman@chromium.org2010-01-291-1/+1
| | | | | | Review URL: http://codereview.chromium.org/551202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37503 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit One more past the revert of a crashiness.dglazkov@chromium.org2010-01-281-1/+1
| | | | | | | | | | TBR=aa TEST=none BUG=none Review URL: http://codereview.chromium.org/557045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37459 0039d316-1c4b-4281-b951-d872f2087c98
* Enable apps to request the HTML5 notification permission.aa@chromium.org2010-01-281-1/+1
| | | | | | | | | | Note: the big change to chrome_url_request_context.h was mostly to swap the order of ChromeURLRequestContext and ChromeURLRequestContextGetter so that the latter could reference an inner struct of the former. BUG=32361 Review URL: http://codereview.chromium.org/545149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37456 0039d316-1c4b-4281-b951-d872f2087c98
* Revert the webkit merge to r53957.darin@chromium.org2010-01-281-1/+1
| | | | | | | | | | Due to mysterious Mac unit_test and ui_test crashes. Tomorrow should be fun. TBR=pfeldman Review URL: http://codereview.chromium.org/551186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37393 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to r53957.darin@chromium.org2010-01-281-1/+1
| | | | | | | | | | | | | | | | | This includes changes to WebKit that make history.{back,forward,go} behave synchronously when navigating back to a reference fragment. That is something we still implement asynchronously. As a result, we now fail the location-hash.html test. Includes changes to glue_serialize.cc to support serializing the WebHistoryItem's documentSequenceNumber. (+sky for review on this part.) TBR=pfeldman,sky Review URL: http://codereview.chromium.org/556055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37388 0039d316-1c4b-4281-b951-d872f2087c98
* Update ICU to 37341jshin@chromium.org2010-01-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | Make ICU call setlocale(LC_MESSAGES, NULL) instead of setlocale(LC_CTYPE, NULL) to determine the default OS locale. If setlocale() fails, it'll refer to the environment variables LC_ALL, LC_MESSAGES and LANG, in turn. In addition, make ICU determine the default codepage using nl_langinfo(CODESET) when it's available. If it fails, it falls back to setlocale(LC_CTYPE, NULL) and the environment variables LC_ALL, LC_CTYPE and LANG in turn. This change doesn't affect Chrome because Chrome does not use any ICU charset conversion API relying on the default codepage. BUG=19491 TEST=Run Chrome with the following environment variables set and sv_SE.UTF-8 locale installed. In all 4 cases, Swedish Chrome should be launched. The 3rd and the 4th cases work without this change. 1. LC_ALL: unset, LANG=sv_SE.UTF-8, LC_CTYPE=en_US.UTF-8, LANGUAGE:unset 2. LC_ALL: unset, LC_MESSAGES=sv_SE.UTF-8, LC_CTYPE=en_US.UTF-8, LANGUAGE:unset 3. LC_ALL=sv_SE.UTF-8, LC_CTYPE=en_US.UTF-8, LANGUAGE: unset 4. LANGUAGE=sv:fr:en, LC_CTYPE=en_US.UTF-8 TBR=tony Review URL: http://codereview.chromium.org/548176 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37386 0039d316-1c4b-4281-b951-d872f2087c98
* Wrapper script for running swig.nirnimesh@chromium.org2010-01-271-0/+13
| | | | | | | | | BUG=32285 TEST=mac build should compile Review URL: http://codereview.chromium.org/556036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37305 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Chromium part of the SourceFrame2 migration.pfeldman@chromium.org2010-01-271-1/+1
| | | | | | Review URL: http://codereview.chromium.org/551170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37291 0039d316-1c4b-4281-b951-d872f2087c98
* Update WebKit to r53939.darin@chromium.org2010-01-271-1/+1
| | | | | | | | TBR=pfeldman Review URL: http://codereview.chromium.org/552191 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37272 0039d316-1c4b-4281-b951-d872f2087c98
* In the sync database, use protobuf-based storage. Drop the oldnick@chromium.org2010-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | bookmark-only columns. Add getters and setters for BookmarkSpecifics to syncapi as well as syncable entries. Make the datatype be a required property when creating a syncapi node. Add a datatype for the 'google chrome' top level folder. Add database migrations from version 67 to the new schema. Add infrastructure to support migrations generically. Add unit tests for the migrations. Pull a new version of the protobuf library to pick up a fix for a bug that this change exposed (I upstreamed the fix). Fix some example code in the sql helpers so that it would actually compile. BUG=29899,30041 TEST=New unit tests for migrations: unit tests are based on actual database dumps. Additionally, I manually tested 2-client sync using combos of old-protocol servers, new-protocol servers, and initial database versions v67, v68, and v0 (new client). I manually verified that add/edit/delete works in these combination cases. Afterwards I verified (by inspecting the sync databases) that the ModelTypes are consistent across the various migration/protocol paths. Review URL: http://codereview.chromium.org/554066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37253 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 53878jorlow@chromium.org2010-01-271-1/+1
| | | | | | | | | | TEST=none BUG=33195 TBR=darin Review URL: http://codereview.chromium.org/555117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37213 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 53869jorlow@chromium.org2010-01-271-1/+1
| | | | | | | | | | TEST=none BUG=none TBR=darin Review URL: http://codereview.chromium.org/553101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37194 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 53857jorlow@chromium.org2010-01-261-1/+1
| | | | | | | | | | TEST=none BUG=none TBR=darin Review URL: http://codereview.chromium.org/551152 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37146 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 53840jorlow@chromium.org2010-01-261-1/+1
| | | | | | | | | | TEST=none BUG=none TBR=darin Review URL: http://codereview.chromium.org/552151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37115 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 53838.jorlow@chromium.org2010-01-261-1/+1
| | | | | | | | | | TEST=none BUG=33045 TBR=darin Review URL: http://codereview.chromium.org/555095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37097 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit to 53834jorlow@chromium.org2010-01-261-1/+1
| | | | | | | | | TBR=darin TEST=none BUG=none Review URL: http://codereview.chromium.org/552149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37083 0039d316-1c4b-4281-b951-d872f2087c98
* Pulling in latest gyp.bradnelson@google.com2010-01-261-1/+1
| | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/543197 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37065 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit to 53814jorlow@chromium.org2010-01-261-1/+1
| | | | | | | | | | TBR=darin TEST=none BUG=none Review URL: http://codereview.chromium.org/552141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37064 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit rolljorlow@chromium.org2010-01-251-1/+1
| | | | | | | | | | prepare for flames TEST=none BUG=non Review URL: http://codereview.chromium.org/552138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37051 0039d316-1c4b-4281-b951-d872f2087c98
* Check out deps/third_party/nss and put it atwtc@chromium.org2010-01-251-0/+4
| | | | | | | | | | | | src/third_party/nss, for Windows only. R=bradnelson BUG=28744 TEST=No build errors. The files aren't being used yet. Review URL: http://codereview.chromium.org/553064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37022 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.0.6.4 to get fix for regexp character classes.ager@chromium.org2010-01-251-1/+1
| | | | | | | | BUG=32637 TEST=none Review URL: http://codereview.chromium.org/551140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37000 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.0.6.3.ager@chromium.org2010-01-251-1/+1
| | | | | | | | | | | This version mainly contains bugfixes. BUG=none TEST=none Review URL: http://codereview.chromium.org/555075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36999 0039d316-1c4b-4281-b951-d872f2087c98
* Sigh. Too much red. Don't have time to triage it all. Reverting and ↵jorlow@chromium.org2010-01-251-1/+1
| | | | | | | | crossing my fingers it doesn't get worse before tomorrow. Review URL: http://codereview.chromium.org/555069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36990 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 53704:53787jorlow@chromium.org2010-01-251-1/+1
| | | | | | | | | | | | This is the 3rd (or 4th?) attempt to roll forward. We pretty much can't revert this unless we have no other choice. TBR=darin TEST=none BUG=none Review URL: http://codereview.chromium.org/551138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36988 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Webkit Roll 53704 -> 53747."ajwong@chromium.org2010-01-231-1/+1
| | | | | | | | This reverts commit r36952 TBR: jorlow git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36956 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit Roll 53704 -> 53747.ajwong@chromium.org2010-01-231-1/+1
| | | | | | | | Rebaseline a bunch of css tests for mac. They all look sane. Review URL: http://codereview.chromium.org/555060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36952 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "WebKit roll 53704 -> 53712."ajwong@chromium.org2010-01-231-1/+1
| | | | | | | | | This reverts commit r36920 TBR=pkasting Review URL: http://codereview.chromium.org/555055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36927 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 53704 -> 53712.ajwong@chromium.org2010-01-221-1/+1
| | | | | | | | | | | | | Failing one websocket test. Adding a bunch of other failures that jorlow will resolve with a 2-sided commit. BUG=32929 TEST=none Review URL: http://codereview.chromium.org/552123 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36920 0039d316-1c4b-4281-b951-d872f2087c98
* Webkill roll 53655 -> 53704.ajwong@chromium.org2010-01-221-1/+1
| | | | | | | | | | | | Rebaselines and new expectations. 2 new regressions: fast/loader/history-forward-in-head.html = TEXT http/tests/misc/slow-loading-mask.html = IMAGE+TEXT Review URL: http://codereview.chromium.org/552113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36893 0039d316-1c4b-4281-b951-d872f2087c98
* Rollling 53585 -> 53655.ajwong@chromium.org2010-01-221-1/+1
| | | | | | | | | | Rebaseline ruby tests, and mark 2 consistent failures. BUG=32863,32864 Review URL: http://codereview.chromium.org/553055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36853 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit from 53511 -> 53585.ajwong@chromium.org2010-01-221-1/+1
| | | | | | Review URL: http://codereview.chromium.org/551109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36824 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Skia deps to r475.derat@chromium.org2010-01-211-1/+1
| | | | | | | | | | | | | | | | | | | This picks up the following fix: skia: Always use aliased text when antialiasing is disabled. Otherwise, people who have antialiasing disabled end up with subpixel rendering if the subpixel setting happens to be set to something other than "none". This change's interpretation of these overlapping settings seems to be consistent with GTK's and Firefox's. BUG=28382 TEST=tested that aliased text is now drawn in the above case Review URL: http://codereview.chromium.org/555035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36786 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for gyp updates.mmoss@google.com2010-01-211-1/+1
| | | | | | | | BUG=32765 Review URL: http://codereview.chromium.org/551097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36777 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Localize the cookie manager. Also rolls GTM r259:280.rsesek@chromium.org2010-01-211-1/+1
| | | | | | | | | BUG=32338 TEST=Preferences-->Under the Hood-->Show cookies... should now be localized. Review URL: http://codereview.chromium.org/543128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36766 0039d316-1c4b-4281-b951-d872f2087c98
* roll gyp 770:774piman@chromium.org2010-01-211-1/+1
| | | | | | | | BUG=32705 Review URL: http://codereview.chromium.org/548097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36764 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.0.6.1sgjesse@google.com2010-01-201-1/+1
| | | | | | | | BUG=32436 TEST=none Review URL: http://codereview.chromium.org/555001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36625 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll 53450:53511.tkent@chromium.org2010-01-201-1/+1
| | | | | | | | | TBR=ajwong BUG=none TEST=none Review URL: http://codereview.chromium.org/554011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36613 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 53341:53449.tkent@google.com2010-01-191-1/+1
| | | | | | | | | TBR=ajwong BUG=none TEST=none Review URL: http://codereview.chromium.org/542109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36515 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 53314:53340yaar@chromium.org2010-01-151-1/+1
| | | | | | Review URL: http://codereview.chromium.org/553003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36430 0039d316-1c4b-4281-b951-d872f2087c98
* Skia roll 470:474 for arm fixpiman@chromium.org2010-01-151-1/+1
| | | | | | Review URL: http://codereview.chromium.org/543072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36391 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 2.0.6.ager@chromium.org2010-01-151-1/+1
| | | | | | | | | | | | | | | | | This version contains a number of optimizations and a couple of ES5 additions. Updated layout test expectations: - date-toisostring: now passes, rebaseline for exception error message - xmlhttprequest-constructor...: rebaseline because of error line number in V8 source - xss-DENIED-defineProperty: fails instead of timing out BUG=14946 TEST=none Review URL: http://codereview.chromium.org/543076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36342 0039d316-1c4b-4281-b951-d872f2087c98
* roll webkit to 53313 to fix the buildjshin@chromium.org2010-01-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36322 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit DEPS roll to 53290 and canary fix.japhet@chromium.org2010-01-151-1/+1
| | | | | | | | | | BUG=none TEST=none TBR=atwilson Review URL: http://codereview.chromium.org/546021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36320 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit to r53289, update expectations and rebaselined ↵atwilson@chromium.org2010-01-151-1/+1
| | | | | | | | | non-standard-checkbox-size-expected.png. TBR=yaar Review URL: http://codereview.chromium.org/552006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36315 0039d316-1c4b-4281-b951-d872f2087c98
* Roll webkit to r53275, update expectations.atwilson@chromium.org2010-01-141-1/+1
| | | | | | TBR=yaar git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36275 0039d316-1c4b-4281-b951-d872f2087c98