- 17 Sep, 2013 40 commits
-
-
miguelg@chromium.org authored
The Translate infobar and the relevant tests remain downstream for now BUG=158817 Review URL: https://chromiumcodereview.appspot.com/24109002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223651 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
This matches other platforms. Fixed at altitude 12000 meters. BUG=110939 TEST=See bug. Review URL: https://chromiumcodereview.appspot.com/23522055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223650 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/23526053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223649 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
The current LiveAudio has some problems since it creates its own input stream instead of using the stream from gUM. This patch will make the WebAudio uses the data from gUM through a source provider. BUG=257963 TEST=content_unittests && http://webrtc.googlecode.com/svn/trunk/samples/js/demos/html/webaudio-and-webrtc.html Review URL: https://chromiumcodereview.appspot.com/23691038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223648 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=223859 TEST=none R=asvitkine@chromium.org Review URL: https://codereview.chromium.org/23506042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223647 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Yet another attempt at fixing black flash and window garbage on resize in Win8. I don't have any good reason why this should make any difference, but http://msdn.microsoft.com/en-us/library/windows/desktop/bb688195(v=vs.85).aspx#extending specifically mentions using GetStockObject(BLACK_BRUSH) so perhaps this triggers some magic behavior. R=sky@chromium.org BUG=290481 Review URL: https://chromiumcodereview.appspot.com/23437036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223645 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
Old ChromeDriver removed from chromeos: https://chromium-review.googlesource.com/#/c/169601/ > Revert 223398 "Remove old chromedriver from build/archive. Sourc..." > > There's a long trail of error on the ChromeOS bots following this change (with complaints about ChromeDriver tests). > Example: make: *** No rule to make target `chromedriver'. Stop. > http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28x86%29/builds/16796/steps/BuildPackages/logs/stdio > > Seeing if this takes care of that error. > > > Remove old chromedriver from build/archive. Sources will be removed next. > > BUG=none > > > > Review URL: https://chromiumcodereview.appspot.com/23542045 > > TBR=kkania@chromium.org > > Review URL: https://codereview.chromium.org/23650006 TBR=finnur@chromium.org Review URL: https://codereview.chromium.org/23686023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223644 0039d316-1c4b-4281-b951-d872f2087c98
-
frankf@chromium.org authored
BUG=278634 R=cmp@chromium.org Review URL: https://codereview.chromium.org/23591055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223643 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This fixes an issue where mirrored mode configuration would fail when the internal and external displays didn't share a common resolution. A new mode would be created on the internal display, but it wasn't added to the corresponding OutputSnapshot struct, resulting in a later failure. It also moves the mirror-mode-finding code from RealOutputConfiguratorDelegate to OutputConfigurator so it can be tested. BUG=289159 Review URL: https://chromiumcodereview.appspot.com/24081004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223642 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=77656 R=jochen@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223610 Reverted: https://src.chromium.org/viewvc/chrome?view=rev&revision=223613 Review URL: https://chromiumcodereview.appspot.com/23604061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223641 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Views::BlueButton text was appearing blurry in Aura. (View::AddChildViewAt fires PropagateNativeThemeChanged) Make LabelButton::ResetColorsFromNativeTheme virtual. Override in BlueButton subclass with needed colors. See before/after pics at http://crbug.com/274657#c11 BUG=274657 TEST=Blue button text does not appear blurry on Win/CrOS Aura. R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/23534062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223640 0039d316-1c4b-4281-b951-d872f2087c98
-
nasko@chromium.org authored
> x11: Prefer using ui::GetXDisplay() over getting the Display from the X11 message-pump. > > BUG=none > R=oshima@chromium.org > > Review URL: https://codereview.chromium.org/23622035 TBR=sadrul@chromium.org Review URL: https://codereview.chromium.org/23943010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223639 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
This CL disables click to select all when the omnibox is displaying search terms. This makes it easier for users to edit search terms. This is the Mac version of crrev.com/22972003. BUG=225762 TEST=Enabled Instant Extended. Did a search from the omnibox. Clicked on the search terms and verified that text was not selected. Navigated to a URL. Clicked on the URL. Verified that the URL was selected. Review URL: https://chromiumcodereview.appspot.com/23526044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223637 0039d316-1c4b-4281-b951-d872f2087c98
-
nhiroki@chromium.org authored
window.resolveLocalFileSystemURL is originally defined only for FileSystem API, but it'd be nice if it works on SyncFileSystem in a similar way. For that this change adds new IPC messages and interfaces. Blink side change depends on this: https://codereview.chromium.org/23537011/ BUG=177137 TEST=manual (Get FileSystemURL for a file on SyncFS, and then resolve it) TEST=unit_tests TEST=run_webkit_tests.sh http/tests/inspector/filesystem/\* TEST=run_webkit_tests.sh http/tests/inspector/filesystem/\* Review URL: https://chromiumcodereview.appspot.com/23856002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223635 0039d316-1c4b-4281-b951-d872f2087c98
-
karen@chromium.org authored
add the option to bisect blink builds as well and have blink revisions look in the REVISIONS file and not DEPS R=rsesek@chromium.org Review URL: https://codereview.chromium.org/23431026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223632 0039d316-1c4b-4281-b951-d872f2087c98
-
pneubeck@chromium.org authored
BUG=126870 (for networking_private_api_nonchromeos.cc) TBR=gspencer@chromium.org Review URL: https://chromiumcodereview.appspot.com/23506040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223630 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
There were very minor pixel differences due to Aura. It might need to rebaselined again if we decide to disable Aura. R=zmo@chromium.org Review URL: https://codereview.chromium.org/23943008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223625 0039d316-1c4b-4281-b951-d872f2087c98
-
sergiu@chromium.org authored
Change them from 32x32 to 31x38 and 64x64 to 62x76 to match the size of the normal icons. R=bauerb@chromium.org, oshima@chromium.org TBR=oshima@chromium.org BUG=291021 Review URL: https://codereview.chromium.org/23619064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223623 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This changes the current directory for script execution to be the build directory rather than the current BUILDfile directory. This makes things more consistent and simplifies some implementation. It adds a new function to_build_path() for buildfiles to convert files to the build directory for this kind of call. I removed all of the built-in relative* variables that were required to support this, and added one for target_out_dir and root_out_dir. I added some tests and a test helper object since I was doing this kind of Scope setup a lot. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/23606031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223622 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none R=oshima@chromium.org Review URL: https://codereview.chromium.org/23622035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223621 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223620 0039d316-1c4b-4281-b951-d872f2087c98
-
hpayer@chromium.org authored
R=mstarzinger@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/23619065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223619 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
Pre-review heads up. BUG=none Review URL: https://chromiumcodereview.appspot.com/23466009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223618 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This is needed to track possible improvements in Blink's in-memory cache. BUG=290193 R=isherman@chromium.org Review URL: https://codereview.chromium.org/24125004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223617 0039d316-1c4b-4281-b951-d872f2087c98
-
mad@chromium.org authored
BUG=145293 Review URL: https://chromiumcodereview.appspot.com/23441062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223616 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
(No sementic change without the matching libnss work.) BUG=none R=wtc@chromium.org Review URL: https://codereview.chromium.org/23619044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223615 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
By this CL, fileBrowserPrivate.getMountPoints starts to return Drive (if mounted). This is the preparation for getting rid of rootList in DocumentModel. BUG=279276 TEST=Ran unit_tests and tested manually. Review URL: https://chromiumcodereview.appspot.com/23541009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223614 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
Reverting due to buffer overflow reported on the Linux mem bot. http://build.chromium.org/p/chromium.memory/builders/Linux%20ASAN%20Tests%20%283%29/builds/15489 > Set the printer info in crash reports using the crash key logging system. > > BUG=77656 > R=jochen@chromium.org > > Review URL: https://codereview.chromium.org/23604061 TBR=rsesek@chromium.org Review URL: https://codereview.chromium.org/23503070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223613 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
Believe it caused a compile failure on Linux. See: http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Linux%20x64 > WebCrypto: Implement importKey() and sign() for HMAC in NSS > > BUG=245025 > R=eroman@chromium.org,ellyjones@chromium.org > > Review URL: https://chromiumcodereview.appspot.com/23569007 TBR=bryaneyler@google.com Review URL: https://codereview.chromium.org/24205003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223612 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=293445 TBR=mthiesse Review URL: https://codereview.chromium.org/23622036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223611 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=77656 R=jochen@chromium.org Review URL: https://codereview.chromium.org/23604061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223610 0039d316-1c4b-4281-b951-d872f2087c98
-
pasko@chromium.org authored
Also unify the messaging and conditionalizing around OS_POSIX. Reason: swarm_triggered were mysteriously failing on a windows trybot. Get it out of the way for the important bug below. BUG=261618 Review URL: https://chromiumcodereview.appspot.com/23658057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223609 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/23980003/npentrel@chromium.org authored
Save password functionality added to the save password bubble behind flag. The buttons now let the user save and blacklist passwords. BUG=261628 Review URL: https://chromiumcodereview.appspot.com/23537029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223608 0039d316-1c4b-4281-b951-d872f2087c98
-
npentrel@chromium.org authored
This CL changes the order in which icons are added to the omnibox to reverse order as it is done in aura. BUG=290941 Review URL: https://chromiumcodereview.appspot.com/23704009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223607 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
Second step towards deprecating "perf_tests_helper.py" towards more meaningful modules. Also move thermal_throttle.py into perf/ and some other minor cleanup. BUG= Review URL: https://chromiumcodereview.appspot.com/23681011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223606 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
BUG=289396 Review URL: https://chromiumcodereview.appspot.com/23450041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223605 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=177163 R=marja@chromium.org Review URL: https://chromiumcodereview.appspot.com/23567038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223604 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Currently the error handler to count uncaught errors is set in the file_manager.js. This CL moved the error handler to the top of combined script, which enable us to catch the uncaught erros that is raised before the file_manager.js is loaded. BUG=none TEST=manually Review URL: https://chromiumcodereview.appspot.com/23536047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223603 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
This was accidentally disabled. BUG=292900 Review URL: https://chromiumcodereview.appspot.com/24182005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223602 0039d316-1c4b-4281-b951-d872f2087c98
-
miguelg@chromium.org authored
Separate cl so it can be dcomitted BUG=158817 R=dfalcantara@chromium.org Review URL: https://codereview.chromium.org/23956008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223599 0039d316-1c4b-4281-b951-d872f2087c98
-