- 26 Jul, 2012 40 commits
-
-
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
-
tzik@chromium.org authored
BUG=None TEST=existing test Review URL: https://chromiumcodereview.appspot.com/10834021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148512 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
The pin icon allows pinning and unpinning the start screen. The icon used changes depending on whether the page is currently pinned or not. BUG=129598 TEST=Test pages can be pinned and unpinned from metro mode Review URL: https://chromiumcodereview.appspot.com/10800054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148511 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148510 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
r1432 Modify RegenerateAppendFlag() to skip duplicate values in environment values r1433 When linking an executable, add the -F options. r1434 Add support for CONFIGURATION_NAME to ninja. r1435 Fixing failing gyp-test-multiple-values. r1436 Make sure OutputDirectory, IntermediateDirectory, and TargetPath have their slashes r1437 ninja windows: support basic generation of manifests at link time r1438 ninja windows: check correct condition for manifest warning r1439 ninja windows: don't use /allowisolation with a .def file TBR=thakis@chromium.org,steveblock@chromium.org,bradnelson@google.com,iannucci@chromium.org Review URL: https://chromiumcodereview.appspot.com/10821025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148509 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
Pepper flash fullscreen mode was not rendering correctly in HiDPI mode. The problem was that we weren't taking into account the display scale factor when setting the view port. This CL pipes the screen info to RenderWidgetFullscreenPepper so that the display scale factor can be used. BUG=130323 TEST= Review URL: https://chromiumcodereview.appspot.com/10807039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148508 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10831023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148507 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=NONE TEST=unit tests. Review URL: https://chromiumcodereview.appspot.com/10833020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148506 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move ui_test_utils::CrashTab to browser_test_utils so that it can be reused by content_browsertests. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10833029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148505 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
- Refactor PartialScreenshotEventFiler so that it can be reused, and renamed it to OverlayEventFilter - Use OverlayEventFilter for the keyboard overlay BUG=129834 TEST=Manually check accelerators do not work when the keyboard overlay. Review URL: https://chromiumcodereview.appspot.com/10825026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148504 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
They would get dropped by the recipients anyway. BUG=138893 TEST= Review URL: https://chromiumcodereview.appspot.com/10830023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148503 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=106072 TEST=none Review URL: https://chromiumcodereview.appspot.com/10823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148502 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
xkeyboard_data.h is no longer necessary. BUG=None TEST=The scripts runs as before Review URL: https://chromiumcodereview.appspot.com/10823020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148501 0039d316-1c4b-4281-b951-d872f2087c98
-