- 30 Apr, 2012 40 commits
-
-
wez@chromium.org authored
* MouseInputFilter is moved from remoting/client/ to remoting/protocol/. * ClientSession now implements clamping using MouseInputFilter. * EventExecutors no longer drop out-of-bounds events. BUG=118511 Review URL: http://codereview.chromium.org/10255007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134594 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=chromium-os:30248 TEST=make sure that canceling downloads does not cause stack overflow (crash) Review URL: https://chromiumcodereview.appspot.com/10262015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134593 0039d316-1c4b-4281-b951-d872f2087c98
-
sheu@chromium.org authored
Guest logins in ChromeOS cause Chrome to restart itself through dbus. Some debugging flags aren't propagated through the restart -- these include: * --disable-gpu-watchdog * --no-sandbox * --gpu-startup-dialog * --renderer-startup-dialog Add these to the list of propagated flags. Change-Id: I977eabe322447174ca7281137838012d042bac6f BUG= TEST= Review URL: http://codereview.chromium.org/10228020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134592 0039d316-1c4b-4281-b951-d872f2087c98
-
krisr@chromium.org authored
BUG=None Test=Ran it Review URL: https://chromiumcodereview.appspot.com/10264012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134591 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=None TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10271020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134590 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
In preparation for removing GetFileInfoByPath(), which is a synchronous function. The new function is not used in production code yet. BUG=chromium-os:30066 TEST=add unit tests Review URL: https://chromiumcodereview.appspot.com/10270018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134589 0039d316-1c4b-4281-b951-d872f2087c98
-
benjhayden@chromium.org authored
Review URL: http://codereview.chromium.org/10103004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134588 0039d316-1c4b-4281-b951-d872f2087c98
-
tbreisacher@chromium.org authored
BUG=122002 TEST=presubmit Review URL: https://chromiumcodereview.appspot.com/10007041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134586 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This breaks the multi-line date/day-of-week and battery text in the uber system tray across multiple labels so we can add a bit more spacing between the lines. A side effect (maybe a slight improvement?) is that some of the longer strings (e.g. "Calculating remaining time") now get elided instead of getting wrapped and clipped. Since I needed to change the battery-related strings anyway, I'm also splitting the "2h 23m"-style string into "2h 23m remaining" and "2h 23m until full". BUG=124664,124074 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10209038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134585 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This debugger traps in debug mode due to the locks held at the time that the callback is made. BUG=125299 TEST=none Review URL: http://codereview.chromium.org/10221018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134584 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
TBR=cpu Review URL: https://chromiumcodereview.appspot.com/10271017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134583 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=122753 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10202025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134582 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
IndexedDB allows key paths to be strings or arrays of strings (or null, for object stores). Implement the new WebKit API that uses a dedicated type instead of strings, and implement appropriate IPC plumbing. This change is dependent on: https://webkit.org/b/84631 R=darin@chromium.org,tkent@chromium.org,dgrogan@chromium.org,michaeln@chromium.org BUG=112308 Review URL: http://codereview.chromium.org/10204003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134581 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=rogerta@chromium.org BUG=98636 TEST=committing r134507 again would work Review URL: http://codereview.chromium.org/10261010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134580 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
BUG=123176 TEST=existing tests Review URL: http://codereview.chromium.org/10209037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134579 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=None TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10260019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134578 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=122753 TEST=manual Review URL: http://codereview.chromium.org/10238016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134577 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
SDCH is used to fetch a dictionary for decompression, and is generally not protected (and generally has no PII). It specifically does not use SSL in handling compressed content, and so other than plausibly gathering stats, there is no reason to use, or save cookies during a dicitonary fetch. r=rtenneti bug=118952 Review URL: http://codereview.chromium.org/10271011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134576 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=None TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10265011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134575 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=125366 TEST=platform/chromium/media/video-capture-preview.html LayoutTest Review URL: http://codereview.chromium.org/10261012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134573 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=122753 TEST=manual Review URL: http://codereview.chromium.org/10160006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134572 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
On clean builds, if there's two instances running at the same time makedirs occasionally raises and kills the build. R=ajwong@chromium.org Review URL: http://codereview.chromium.org/10051026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134571 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
The pattern get() ? true : false isn't widely used and has one more occurrence in chrome_frame/. R=willchan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10255019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134570 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=121097 TEST=none Review URL: https://chromiumcodereview.appspot.com/10261014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134569 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10271015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134568 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@chromium.org authored
DMG and final PKG names are now properly branded and have spaces to make them more human-readable. Update the script to sign the chromoting host uninstaller. Review URL: http://codereview.chromium.org/10243015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134567 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@google.com authored
BUG= TEST= Review URL: http://codereview.chromium.org/10198042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134566 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Will re re-enabled tomorrow. TBR=vivianz@chromium.org R=vivianz@chromium.org BUG=125386 TEST= Review URL: https://chromiumcodereview.appspot.com/10254019 TBR=nirnimesh@chromium.org Review URL: https://chromiumcodereview.appspot.com/10261015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134565 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
Beta or Stable channels. R=rch TEST=browser unit tests Review URL: http://codereview.chromium.org/10261013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134564 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
When possible, use last active browser's profile to open new tab. BUG=125311 TEST=Verify fix for issue 125311. Review URL: http://codereview.chromium.org/10206033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134563 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
* Adjust spacing between incognito man and leftmost tab. * Make pinned tabs closer to their width in R19. * Increment theme pack ID so tab background images get rebuilt. BUG=125005 TEST=visual Review URL: https://chromiumcodereview.appspot.com/10270016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134560 0039d316-1c4b-4281-b951-d872f2087c98
-
dimich@chromium.org authored
BUG=123669 TEST=existing panel resize tests, modified Review URL: https://chromiumcodereview.appspot.com/10260001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134559 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134558 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
fast/regex/pcre-test-4.html is crashing after this roll. R=jkummerow@chromium.org Review URL: http://codereview.chromium.org/10268008 TBR=danno@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134557 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=23581 R=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10221023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134556 0039d316-1c4b-4281-b951-d872f2087c98
-
tbreisacher@chromium.org authored
BUG=none TEST=none NOTRY=true Review URL: http://codereview.chromium.org/10257016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134554 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This will allow the launch_nacl_process() callback to be simplified by removing unused arguments. But for now, I have left sel_ldr_launcher_chrome.cc unchanged except to change its use of namespaces. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2750 TEST=nacl_integration etc. Review URL: https://chromiumcodereview.appspot.com/10266003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134552 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134551 0039d316-1c4b-4281-b951-d872f2087c98
-
epoger@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10270011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134550 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
See http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Function_Names#Function_Names BUG=None Review URL: http://codereview.chromium.org/10260013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134549 0039d316-1c4b-4281-b951-d872f2087c98
-