- 03 Jun, 2013 40 commits
-
-
derat@chromium.org authored
This adds a ten-second delay between the time at which the screen is turned off due to user inactivity and the time at which it's locked. It also fixes an issue where screen wake locks (as used by video playback or by the chrome.power extension API) wouldn't clear lock delays. BUG=239486,246008 R=bartfab@chromium.org Review URL: https://codereview.chromium.org/15734010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203774 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
NOTRY=true BUG=NONE Review URL: https://chromiumcodereview.appspot.com/16057017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203773 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=ajwong@chromium.org BUG=245828 TEST=waterfall Review URL: https://codereview.chromium.org/16057020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203772 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This wasn't caught by the automated pass. BUG=245942 R=rlarocque@chromium.org Review URL: https://codereview.chromium.org/16295016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203771 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
Remove IPC plumbing (and new backend impl) now that the front-end of IDBCursor just relies on IDBDatabaseBackendInterface::deleteRange() BUG=241526 R=alecflett@chromium.org Review URL: https://chromiumcodereview.appspot.com/16337010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203770 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=226406 R=noelallen@chromium.org Review URL: https://codereview.chromium.org/16140015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203767 0039d316-1c4b-4281-b951-d872f2087c98
-
nfullagar@chromium.org authored
Replace mutex with atomic __sync_sub_and_fetch() for NaCl builds. Fix for num_threads_ in ~ThreadPool. BUG=none TEST=run manually R=sbc@chromium.org Review URL: https://codereview.chromium.org/16266004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203765 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
NOTRY=true BUG=NONE Review URL: https://chromiumcodereview.appspot.com/16098013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203764 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Fix up deps files in src\chrome to remove incorrect and unneeded inclusions. Also comment an inclusion that needs to be fixed. R=jhawkins@chromium.org Review URL: https://codereview.chromium.org/16256015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203763 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
Previously, the baseline would "watch" these system calls. BUG=245863 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16266014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203762 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
> Disable ico_image_decoder_unittest until the bad patch will be rolled out in blink > > BUG= > TBR=vollick@chromium.org > > Review URL: https://codereview.chromium.org/15927007 TBR=lushnikov@chromium.org Review URL: https://codereview.chromium.org/16140019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203761 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
A handful of headers are just redirects. Use the new canonical paths. BUG=234278 R=alecflett@chromium.org Review URL: https://codereview.chromium.org/15927017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203760 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
BUG=None TEST=Ran a page cycler on linux NOTRY=True Review URL: https://chromiumcodereview.appspot.com/15894022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203757 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
> disable ICOImageDecoderTest.Decoding on all platforms > > BUG= > TBR=vollick > > Review URL: https://codereview.chromium.org/15969011 TBR=lushnikov@chromium.org Review URL: https://codereview.chromium.org/15927022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203756 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=bauerb@chromium.org BUG=246306 TEST=waterfall Review URL: https://codereview.chromium.org/16336019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203755 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16295017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203754 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Breaks page_cycler_2012Q2-netsim benchmark. BUG=246213 > Replace JSON (de)serialization of extension messages with direct Value pickling. > > BUG=55316 > R=mpcomplete@chromium.org > TBR=cdn@chromium.org > > Review URL: https://chromiumcodereview.appspot.com/16226004 TBR=kalman@chromium.org NOTRY=True Review URL: https://codereview.chromium.org/16336011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203753 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=244902 R=dbeam@chromium.org Review URL: https://codereview.chromium.org/15871004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203748 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
BUG=237249 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16335009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203747 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This handles the case for clicking outside Chrome, whereas clicking inside is handled by the -windowDidResignKey: notification. R=dewittj@chromium.org, thakis@chromium.org BUG=243128 Review URL: https://chromiumcodereview.appspot.com/16098005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203746 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
R=sky@chromium.org BUG=None Review URL: https://codereview.chromium.org/16161004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203745 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=245942 R=rlarocque@chromium.org Review URL: https://codereview.chromium.org/15806017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203740 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
The location bar no longer just vertically-centers contained labels. BUG=159105 TEST=none R=yukishiino@chromium.org Review URL: https://codereview.chromium.org/15779010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203738 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=245129,245381 TEST=manual (delete /usr/bin/crossystem on a cros device) NOTRY=True Review URL: https://chromiumcodereview.appspot.com/15907015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203737 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=235754 TEST=manual NOTRY=True Review URL: https://chromiumcodereview.appspot.com/15492002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203736 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
editable.replace(..) call has side-effects on selection therefore, we have to delay the previous selection check until after that. BUG=232426 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16305012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203735 0039d316-1c4b-4281-b951-d872f2087c98
-
vasilii@chromium.org authored
TBR=jam@chromium.org BUG=246220 Review URL: https://codereview.chromium.org/16098006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203734 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
BUG=None TEST=None NOTRY=True Review URL: https://chromiumcodereview.appspot.com/15995019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203733 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
We revert to showing the opener's URL if it modifies the content of the initial blank page before the pending URL commits, to prevent URL spoofs. Implications: - All renderer-initiated navigations now have pending NavigationEntries. - GetURL and GetTitle use the visible entry, not active entry. - The renderer notifies the browser if DOM mutations occur before first load. [Third attempt, after http://crrev.com/195553 was reverted.] BUG=9682 TEST=Open a slow link in a new tab. Destination URL should be visible and reloadable. Review URL: https://chromiumcodereview.appspot.com/14283005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203732 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203731 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=151642:151668&mode=html TBR=lushnikov@chromium.org BUG=None Review URL: https://codereview.chromium.org/15894020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203730 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203729 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Perf Sheriffs: This picks up a change which fixes a performance bottle neck in the WPR based page cyclers. It should make them over 4 times faster. BUG=None TEST=None NOTRY=True TBR=slamm@chromium.org Review URL: https://chromiumcodereview.appspot.com/15896021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203728 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=245127 R=mukai@chromium.org Review URL: https://codereview.chromium.org/15995015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203725 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
The memory leak in the original version is fixed, by running the message loop at test tear down. TBR=atwilson@chromium.org,rogerta@chromium.org BUG=228833 Review URL: https://chromiumcodereview.appspot.com/16173008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203723 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This CL replaces the assets of following cursors' icons. - left_ptr.png - context_menu.png - help.png The hotspots are not changed. BUG=243639 TEST=none R=oshima@chromium.org Review URL: https://codereview.chromium.org/15975003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203722 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203721 0039d316-1c4b-4281-b951-d872f2087c98
-
fbarchard@chromium.org authored
BUG=none TEST=libyuv tests when LIBYUV_WIDTH=100000 or 1. R=mflodman@chromium.org Review URL: https://codereview.chromium.org/16317002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203719 0039d316-1c4b-4281-b951-d872f2087c98
-
lushnikov@chromium.org authored
BUG= TBR=vollick Review URL: https://codereview.chromium.org/15969011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203717 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
I use this often and it'd just be nice to have. I put it in a !NDEBUG so that we don't actually ship this, since nobody should be calling this outside of a debugging context. R=sail@chromium.org Review URL: https://codereview.chromium.org/16266010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203715 0039d316-1c4b-4281-b951-d872f2087c98
-