- 30 Apr, 2012 40 commits
-
-
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
-
rsleevi@chromium.org authored
BUG=119511 TEST=none TBR=brettw Review URL: https://chromiumcodereview.appspot.com/10260015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134548 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
BUG=124441 TEST=Open two signed-in sessions, and visit a page in one browser that has never been visited in the other browser (verify that the favicon is not cached in browser #2 by checking chrome://favicon). When the open tab is synced to browser #2, it should also get the favicon. Review URL: https://chromiumcodereview.appspot.com/10205014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134547 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10178027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134546 0039d316-1c4b-4281-b951-d872f2087c98
-
kerz@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134545 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
This will change its position in the --force-fieldtrials value, moving it to the front. Note: - For channels that are not running the field trial (e.g., Canary or Beta), --force-fieldtrials won't show ApplyPepperFlash at all. - The value of ApplyPepperFlash (Enable/DisableByDefault) doesn't necessarily reflect whether Pepper Flash is in use. The user may mannually change the settings. BUG=None TEST=None Review URL: http://codereview.chromium.org/10254022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134544 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
Fixes a regression introduced in r108297. std::wstring --> string16 in chrome/installer/util/browser_distribution.h and all of its descendants. BUG=None TEST=None Review URL: http://codereview.chromium.org/10246007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134543 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
TBR=mad@chromium.org BUG=125565 Review URL: https://chromiumcodereview.appspot.com/10266013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134542 0039d316-1c4b-4281-b951-d872f2087c98
-
http://crbug.com/125564thakis@chromium.org authored
If the revert doesn't help, I'll reland. - Preventing our default handlers for ChromeOS to show up or confuse the user BUG=123368 TEST=None Review URL: http://codereview.chromium.org/10139002 TBR=skuhne@chromium.org Review URL: https://chromiumcodereview.appspot.com/10266012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134541 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This removes the manual Flash interface registration and adds them via the interfaces_ppb_private_flash.h header. I moved File_ModulalLocal and File_FileRef to the Flash API virtual interface which allowed me to delete the separate proxies and stuff associated with those interfaces. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10169040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134540 0039d316-1c4b-4281-b951-d872f2087c98
-
yujie.mao@intel.com authored
The new getUserMedia spec accept user media options like a dictionary format navigator.webkitGetUserMedia({audio:true, video:true}, ...) to replace its old style navigator.webkitGetUserMedia("audio, video", ...) BUG=113673 TEST=content_unittests, media_unittests Review URL: http://codereview.chromium.org/10177008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134539 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=124349 TEST=covered by unit tests R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10262007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134538 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Reland of 134443 with Auro build change. TEST=none BUG=123021 Review URL: https://chromiumcodereview.appspot.com/10272007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134537 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
The top of the tab center was getting rendered two pixels too low. TBR=jamescook@chromium.org BUG=125547 Review URL: http://codereview.chromium.org/10274006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134536 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
TBR=sergeyu@chromium.org BUG=125558 Review URL: https://chromiumcodereview.appspot.com/10267010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134535 0039d316-1c4b-4281-b951-d872f2087c98
-