- 11 Aug, 2011 40 commits
-
-
epoger@google.com authored
control group is http://codereview.chromium.org/7461150 Review URL: http://codereview.chromium.org/7613007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96388 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
BUG=88353 TEST=On Lion, scroll past the edge of the web content area and see textured over-scroll area. Review URL: http://codereview.chromium.org/7582009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96387 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
Mark the binaries' EULA as having been accepted when GCF is installed via quick-enable. This causes Google Update to start updating the multi-install. Chrome's EULA will still be required on first-run. BUG=88544 TEST=1) Do a multi-install OEM install of Chrome for which the EULA is required. Alternatively, install system-level multi-install Chrome and then manually add eulaaccepted=0 to Chrome's and the binaries' ClientState keys. 2) Visit the GCF download page and install GCF via quick-enable. 3) Verify that eulaaccepted=1 is written to the binaries' ClientStateMedium key. Review URL: http://codereview.chromium.org/7600023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96386 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=92478 TEST= TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/7622010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96385 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
Added Autofix, Exposure, Blur, Sharpen. Also improved appearance a bit by avoiding non-integer coordinates and fixed W3C compatibility (a standalone demo now works on Opera and Firefox allowing for performance comparisons). BUG= TEST= Review URL: http://codereview.chromium.org/7552035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96384 0039d316-1c4b-4281-b951-d872f2087c98
-
jkummerow@chromium.org authored
Review URL: http://codereview.chromium.org/7618011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96383 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Note: This was a TODO for akalin. BUG=None TEST=None R=akalin@chromium.org Review URL: http://codereview.chromium.org/7612015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96382 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
```--------------------------------------------------------------------- r825 | mark@chromium.org | 2011-08-11 09:47:38 -0400 (Thu, 11 Aug 2011) | 6 lines The process_id field is unsigned, so we need this cast in c++0x. Patch by Rafael Ávila de Espíndola <respindola@mozilla.com> https://bugzilla.mozilla.org/show_bug.cgi?id=677644 ``` --------------------------------------------------------------------- r824 | mark@chromium.org | 2011-08-11 09:45:30 -0400 (Thu, 11 Aug 2011) | 8 lines The first field in a MDLocationDescriptor is a u_int32_t, so change this cast to the correct type. This fixes an error newer clang versions find in c++ 0x mode. Patch by Rafael Ávila de Espíndola <respindola@mozilla.com> https://bugzilla.mozilla.org/show_bug.cgi?id=677641 ------------------------------------------------------------------------ r823 | mark@chromium.org | 2011-08-11 09:40:13 -0400 (Thu, 11 Aug 2011) | 2 lines Fix clang warnings. Review URL: http://breakpad.appspot.com/298002 ------------------------------------------------------------------------ r822 | mark@chromium.org | 2011-08-11 09:39:44 -0400 (Thu, 11 Aug 2011) | 3 lines Zero out the entire context on MD5_Final, not just the number of bytes in a pointer. Review URL: http://breakpad.appspot.com/298001 ------------------------------------------------------------------------ Review URL: http://codereview.chromium.org/7619005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96381 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=92300 TEST=None Review URL: http://codereview.chromium.org/7599028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96380 0039d316-1c4b-4281-b951-d872f2087c98
-
andreip@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7617007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96379 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=92307 TEST=Steps described in the bug should not crash a debug build of chromium. Review URL: http://codereview.chromium.org/7608024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96378 0039d316-1c4b-4281-b951-d872f2087c98
-
bashi@chromium.org authored
It looks that the CL still causes interactive_ui tests failures, even though I cannot reproduce failures on my machine. Reverting this to be safe. TBR=bashi@chromium.org Review URL: http://codereview.chromium.org/7622008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96376 0039d316-1c4b-4281-b951-d872f2087c98
-
jkummerow@chromium.org authored
Review URL: http://codereview.chromium.org/7626001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96374 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
Make the determination of whether or not Chrome Frame is in use on-demand rather than during initialization. BUG=92146 TEST=GCF quick-enable should work again. Review URL: http://codereview.chromium.org/7600021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96370 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=92467 TEST= TBR=suzhe@chromium.org Review URL: http://codereview.chromium.org/7616007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96369 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=92314 TEST=see bug R=yoshiki@chromium.org Review URL: http://codereview.chromium.org/7608028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96367 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=91715 TEST= TBR=mpcomplete@chromium.org, jochen@chromium.org Review URL: http://codereview.chromium.org/7618008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96365 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=80794 TEST=none Review URL: http://codereview.chromium.org/7564006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96364 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
There's no need to use wstring or printf for this; the l10n code already knows how to substitute values into translated strings and will do it in less conversions. R=rogerta@chromium.org Review URL: http://codereview.chromium.org/7590023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96363 0039d316-1c4b-4281-b951-d872f2087c98
-
arthurhsu@chromium.org authored
BUG=92270 TEST=none Review URL: http://codereview.chromium.org/7610005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96362 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
BUG=92148 TEST=Read the docs. Do they make sense? Review URL: http://codereview.chromium.org/7601024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96361 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=92170 TEST=none Review URL: http://codereview.chromium.org/7558024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96360 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@google.com authored
See http://src.chromium.org/viewvc/chrome?view=rev&revision=95821 BUG= TEST= Review URL: http://codereview.chromium.org/7491099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96359 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=91715 TEST= TBR=mpcomplete@chromium.org, jochen@chromium.org Review URL: http://codereview.chromium.org/7623008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96358 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
The new NTP (enabled from about:flags) doesn't have this issue. BUG=86543 TEST=Force install an app using the ExtensionInstallForcelist policy. The app shouldn't have the uninstall menu enabled on the NTP. Review URL: http://codereview.chromium.org/7552036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96357 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
TBR=abarth Review URL: http://codereview.chromium.org/7619004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96355 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=90443 TEST=none Review URL: http://codereview.chromium.org/7621008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96354 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=92150 TEST=None Review URL: http://codereview.chromium.org/7606032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96353 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=92297 TEST= TBR=mnissler@chromium.org Review URL: http://codereview.chromium.org/7621009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96352 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=chromium:92460 TEST= TBR=jochen@chromium.org, phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/7621007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96351 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
Review URL: http://codereview.chromium.org/7621003 TBR=jkummerow@chromium.org Review URL: http://codereview.chromium.org/7621005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96347 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96346 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
BUG=chrome-os-partner:5066 TEST=manual Review URL: http://codereview.chromium.org/7608023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96344 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
Make sure we return value in non-void function. BUG=none TBR=erikwright TEST=it builds with linux_use_heapchecker=1 Review URL: http://codereview.chromium.org/7623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96343 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
BUG=chromium-os:19017 TEST=manual Review URL: http://codereview.chromium.org/7618006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96342 0039d316-1c4b-4281-b951-d872f2087c98
-
jkummerow@chromium.org authored
Review URL: http://codereview.chromium.org/7621003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96341 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
BUG=92440 Review URL: http://codereview.chromium.org/7601021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96340 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96338 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
BUG=NONE TEST=made sure chrome compiles Review URL: http://codereview.chromium.org/7583047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96336 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Ensure the display offset and cursor bounds are valid on use. Build in offset logic to RenderText display and hit-testing. Implement simpler temporary GetStringWidth and GetCursorBounds. Fix SetDisplayRect signature, code file ordering, invalidation. Rename and refactor a bit, update comments. Fixes adornment display & hit testing on text field overflows. Increases abstraction/encapsulation for easier client use. BUG=90426 TEST=--use-pure-views / touch_ui textfield use with overflow. Review URL: http://codereview.chromium.org/7466048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96334 0039d316-1c4b-4281-b951-d872f2087c98
-