- 26 Jul, 2012 40 commits
-
-
acolwell@chromium.org authored
BUG=122913 TEST=None Review URL: https://chromiumcodereview.appspot.com/10696182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148563 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=136844 TEST=none Review URL: https://chromiumcodereview.appspot.com/10826027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148562 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=137676 TEST=compiles TBR=OWNERS Review URL: https://chromiumcodereview.appspot.com/10831025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148560 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148559 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10821037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148558 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
Roll Protobuf r415:r423. 1) Got an upstream diff 415:423 from svn 2) Applied 3) Updated protobuf.gyp Changelog: r423 Add support for NaCl in atomicops. r422 Fix issue/333. skip any escaped characters in quotes. r421 -lz in protobuf.pc belongs in Libs.private, not Libs r420 set _VARDADIC_MAX=10 preprocessor definition to make test pass in vc11. r419 Allow configure to disable maintainer mode r418 Update atomicops to support new platforms where intptr_t = long. r417 Fix a NULL/bool conversion. r416 Fix issue 378 Review URL: https://chromiumcodereview.appspot.com/10793026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148557 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
Also fixed a little nit in the chrome.bookmarks.create() call, which would return the wrong error code when given an invalid URL. BUG=18979,89762 TEST=ExtensionApiTest.Bookmarks in the browser_tests is green Review URL: https://chromiumcodereview.appspot.com/10831012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148556 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10829023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148555 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
The app-list closes itself when a click happens outside the bounds of the window. However, if the click happens on a menu that is hanging outside the window-bounds, then the app-list should not close. BUG=131282 TEST=none Review URL: https://chromiumcodereview.appspot.com/10831024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148554 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
BUG=139136 TBR=sergeyu@chromium.org TEST= Review URL: https://chromiumcodereview.appspot.com/10827039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148553 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=138611 TEST=Breadcrumbs and search breadcrumbs look fine in FileManager. Review URL: https://chromiumcodereview.appspot.com/10824009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148552 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=137999 TEST=The search box grows smoothly when focused. Review URL: https://chromiumcodereview.appspot.com/10834029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148551 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
No code change. TBR=henrika Review URL: https://chromiumcodereview.appspot.com/10834032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148549 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
Note that JSEP 00 is still supported and we are adding support for JSEP01. TEST= Run content unit tests and ./chrome/test/functional/webrtc_call.py apprtc.appspot.com is also a nice page to try out. Start chrome with the enable-peer-connection flag. Review URL: https://chromiumcodereview.appspot.com/10804004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148548 0039d316-1c4b-4281-b951-d872f2087c98
-
girard@chromium.org authored
We short circuit emulated mouse events (they are emulated on a touch) so that these events don't get passed to javascript. The short circuit logic also short-circuited the mouse capture/release logic, which caused failure when touch happened during a mouse-capture. This commit ensures that only the call to ForwardMouseEvent is short- circuited for emulated events. BUG=132068 TEST= Review URL: https://chromiumcodereview.appspot.com/10802085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148547 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
BUG=135328 TEST=auth status is shown in chrome:drive-internals properly Review URL: https://chromiumcodereview.appspot.com/10808116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148544 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It works transparently when it is run through another method, like when embedded in a .isolate command and additional commands are used. R=cmp@chromium.org NOTRY=true BUG= TEST=new unit test Review URL: https://chromiumcodereview.appspot.com/10829014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148543 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
http://crrev.com/93034 missed an option. BUG=114101 TEST=install system-level chrome (at HH:MM C:\some\path\mini_installer.exe --system-level --verbose-logging --multi-install --chrome), set brand="CHXX" in HKLM\SOFTWARE\Google\Update\ClientState\{8A69D345-D564-463c-AFF1-A69D9E530F96}, then update chrome (at HH:MM C:\some\newer\mini_installer.exe --system-level --verbose-logging --multi-install) and see that the toast appears. Also make sure it still works for user-level installs. TBR=cpu@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148542 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This is based on a suggestion from derat@ at http://codereview.chromium.org/10808108/ Reference: http://code.google.com/apis/accounts/docs/OAuth2WebServer.html BUG=none TEST=out/Release/unit_tests --gtest_filter='GData*' Review URL: https://chromiumcodereview.appspot.com/10827018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148540 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
Re-enabling the TryChromeDialogBrowserTest.ToastCrasher crash, as the underlying cause that made the test fail seems to be gone. Also added a comment. BUG=127396 TEST=None, enabling a test. Review URL: https://chromiumcodereview.appspot.com/380001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148539 0039d316-1c4b-4281-b951-d872f2087c98
-
pam@chromium.org authored
BUG=138401 TEST=manual: open chrome://extensions, toggle Developer Mode, observe animation Review URL: https://chromiumcodereview.appspot.com/10828008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148538 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
BUG=None TEST=ran chromeos_unittests Review URL: https://chromiumcodereview.appspot.com/10830004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148537 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It broke sync_integration_tests: TwoClientExtensionSettingsAndAppSettingsSyncTest.AppsStartWithSameSettings TwoClientExtensionSettingsAndAppSettingsSyncTest.AppsStartWithDifferentSettings TBR=dcheng@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10823037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148536 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=126810 TEST=Copy/paste and drug&drop operations. Review URL: https://chromiumcodereview.appspot.com/10692090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148535 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This fixes 'licenses.py scan' for the projects relevant to the Android WebView build. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10796121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148534 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
First step towards moving AudioDevice and AudioInputDevice from content/ to media/audio. This cl introduces new IPC interface files in media/audio that have the definitions of an IPC layer for AudioDevice and AudioInputDevice. AudioMessageFilter, AudionInputMessageFilter and others have been updated to use definitions from these file but in order to keep the diffs simple, I haven't actually moved the files over to media/audio. That will be the next step (and then no code changes should be needed). TEST=There should be no functional changes here. If there are problems, they should be caught by our existing unit tests or build errors. Review URL: https://chromiumcodereview.appspot.com/10790121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148533 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
This allows easily running a unit test target on multiple simulator configurations. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10832030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148532 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This CL moves the printing.* prefs to the profile where they arguably should have resided in the first place. Unit tests are simplified by this change as the prefs can now be checked without verifying that local state exists. There is no user-visible change as the prefs are not exposed via the UI. BUG=137814 TEST=all unit_tests pass, all printing browser_tests pass Review URL: https://chromiumcodereview.appspot.com/10808006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148531 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148527 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148524 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
+++ REVERT NOTICE +++ Likely broke VMTest on ChromiumOS. Reverting to see if VMTest passes. +++ When trying to re-login, we might be at the user pods screen. R=ivankr@chromium.org BUG=None TEST=chromeos_login.ChromeosLogin.testLogoutWithNoWindows NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10820021 TBR=nirnimesh@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148523 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=chromium-os:32901 TEST=bvt Review URL: https://chromiumcodereview.appspot.com/10832009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148522 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
BUG=139095 TEST= Review URL: https://chromiumcodereview.appspot.com/10832025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148521 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=118571 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10815070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148520 0039d316-1c4b-4281-b951-d872f2087c98
-
shenhan@google.com authored
(The gcc 4.7 building problems keep popping up as I sync the repo, so there are several "fix gcc 4.7 .." cls.) Fixes include - - added static_cast for narrowing conversion in simple(short) initiliazation lists - added explicit <unistd.h> inclusion BUG=None TEST=Built successfully using GCC-4.7 under linux and under chromeos chroot. Review URL: https://chromiumcodereview.appspot.com/10833017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148519 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148518 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148517 0039d316-1c4b-4281-b951-d872f2087c98
-
james.wei@intel.com authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10810034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148516 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10822030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148514 0039d316-1c4b-4281-b951-d872f2087c98
-
tbreisacher@chromium.org authored
CID=104474 BUG= TEST= TBR=tburkard@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148513 0039d316-1c4b-4281-b951-d872f2087c98
-