| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37691 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/548216
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37640 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=dglazkov
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37534 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/553147
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37513 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/551202
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37503 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/551170
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37291 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
This reverts commit r36952
TBR: jorlow
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36956 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/551109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36824 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/553003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36430 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/543072
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36391 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36322 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
TBR=yaar
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36275 0039d316-1c4b-4281-b951-d872f2087c98
|