- 17 Sep, 2013 40 commits
-
-
xhwang@chromium.org authored
BUG=292590 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/24192002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223594 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223593 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=157864:157879&mode=html TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/24121003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223592 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223591 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
R=rmistry@google.com Review URL: https://codereview.chromium.org/23536055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223590 0039d316-1c4b-4281-b951-d872f2087c98
-
yukawa@chromium.org authored
This CL partially reverts r194205, which aimed to support IME for Ash. With this partial rollback, we can assume that all the instances of Aura-Win Chrome running in desktop use IMM32 regardless of the OS version. Given that Ash IME support is not functional yet, there is no strong reason to force TSF only on Win8+. Actually our IMM32 implemenation is more robust than that of TSF. This way should lower the risk of successful launch of Aura for Windows in M31. BUG=164964 TEST=manually confirmed that we can use IME with Win8 Aura build Review URL: https://chromiumcodereview.appspot.com/23875022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223589 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223588 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
Reland r223124: Don't clear existing extension-defined preferences and content settings when reloading or updating an extension. TBR=falken@chromium.org,sky@chromium.org BUG=284385 Original review: https://chromiumcodereview.appspot.com/23694020 Review URL: https://chromiumcodereview.appspot.com/23581015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223587 0039d316-1c4b-4281-b951-d872f2087c98
-
hpayer@chromium.org authored
R=machenbach@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/23480080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223586 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
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 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223585 0039d316-1c4b-4281-b951-d872f2087c98
-
yukishiino@chromium.org authored
If we specifies the text input type to TEXT_INPUT_TYPE_URL, MS-IME on Win8 metro thinks URL must be ASCII and always switches to Latin character mode (aka direct input mode) automatically, even if a user changed to non-Latin (e.g. Japanese) character mode last time. This behavior is not good for those who use non-Latin characters in their daily life. If we specifies the text input type to TEXT_INPUT_TYPE_SEARCH, MS-IME keeps the input mode specified last time. The drawback of this CL is that MS-IME does not show '/' and '.com' keys on a software keyboard. We think this change is worth making considering the number of users who use non-Latin characters and who use Latin characters on a software keyboard. BUG=247994 TEST=Test manually. Review URL: https://chromiumcodereview.appspot.com/23159008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223584 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Originally the test entry data are managed by both the C++ code and the JavaScrpit code. This CL moved the data from the C++ code into the JavaScript code and remove the entries from C++ code. BUG=279774 TEST=file_manager_browsertests Review URL: https://chromiumcodereview.appspot.com/23516014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223582 0039d316-1c4b-4281-b951-d872f2087c98
-
sergiu@chromium.org authored
We don't do it for chrome:// urls so I think we shouldn't either for chrome-search://. R=brettw@chromium.org BUG=286253 Review URL: https://chromiumcodereview.appspot.com/23478034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223581 0039d316-1c4b-4281-b951-d872f2087c98
-
vasilii@chromium.org authored
BUG=266354 Review URL: https://chromiumcodereview.appspot.com/23450021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223580 0039d316-1c4b-4281-b951-d872f2087c98
-
janx@chromium.org authored
These browsertests only handle input tags with x-webkit-speech, and should be removed once we drop support for that feature. Renaming the file makes this more obvious, and also avoids confusion with the Web Speech API, for which a new speech_recognition_browsertest will be implemented. Review URL: https://chromiumcodereview.appspot.com/22998004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223579 0039d316-1c4b-4281-b951-d872f2087c98
-
kjellander@chromium.org authored
In WebRTC r4714 (https://code.google.com/p/webrtc/source/detail?r=4714) the format of the measured numbers were converted into Chrome perf format. This means we can get rid of this old parsing code and use the stdout without modifications. BUG=none TEST= Modify src/DEPS to have webrtc_revision > 4714 gclient sync ninja -C out/Release out/Release/running browser_tests --run-manual --gtest_filter=WebrtcVideoQualityBrowserTest.* --ui-test-action-max-timeout=1000000 and inspecting the output. Review URL: https://chromiumcodereview.appspot.com/23946005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223577 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
This one moves: - webview - downloads_internal - terminal BUG=117261 TEST=compile Review URL: https://chromiumcodereview.appspot.com/23547011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223576 0039d316-1c4b-4281-b951-d872f2087c98
-
davidyu@chromium.org authored
BUG=chromium:293141 TEST=manual Review URL: https://chromiumcodereview.appspot.com/23516013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223575 0039d316-1c4b-4281-b951-d872f2087c98
-
drbasic@yandex-team.ru authored
BUG=256125 TEST=Try import passwords from Firefox 22 or 23 Review URL: https://chromiumcodereview.appspot.com/23799008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223574 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
BUG=224357 TEST=new unit tests. TEST=manually checked that remapped Search works as ESC. TEST=keyboard help shows the correct label 'esc' when Search is remapped to ESC. R=nona@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/23866008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223573 0039d316-1c4b-4281-b951-d872f2087c98
-
benchan@chromium.org authored
Related CL: https://chromium-review.googlesource.com/#/c/169440/ BUG=290248 Review URL: https://chromiumcodereview.appspot.com/24187003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223572 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
> Put the Vector size back to 16 whilst I investigate perf regressions. > > BUG=286696,286604,285442 > R=isherman@chromium.org > > Review URL: https://codereview.chromium.org/23435004 TBR=cevans@chromium.org Review URL: https://codereview.chromium.org/23654046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223571 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
If the browser process is shutting down, we don't need to do any of the cleanup in ~KioskModeScreensaver since the extension itself is only written to the temp dir and all other browser internals that we are resetting are irrelevant at this point. So if the browser is shutting down, don't do anything in the destructor. R=skuhne@chromium.org BUG=288216 Review URL: https://chromiumcodereview.appspot.com/23868032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223570 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Loopback audio capture will be used for desktop capture API, to capture system audio so it can be included in screencast streams. BUG=223639 Review URL: https://chromiumcodereview.appspot.com/23848005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223569 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
BUG=293252 TEST=None TBR=sergeyu@chromium.org Review URL: https://codereview.chromium.org/23480081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223568 0039d316-1c4b-4281-b951-d872f2087c98
-
ibraaaa@chromium.org authored
In the managed user import overlay, display the supervised user icon for supervised users with no avatar. BUG=292648 Review URL: https://chromiumcodereview.appspot.com/23522053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223565 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new socket permission will be used when PPB_NetworkMonitor interface becomes public. BUG=281781 Review URL: https://chromiumcodereview.appspot.com/23703008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223564 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://systemrkc@chromium.org authored
Use chrome.windows to create a unique window to show the user their system information when the System Information link is clicked on the feedback UI. R=xiyuan@chromium.org BUG=268681 Review URL: https://chromiumcodereview.appspot.com/23463035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223563 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223559 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Instead, we get the value from blink (landed in blink r157790). No change in behavior on Android or Desktop. BUG=None Review URL: https://chromiumcodereview.appspot.com/24182003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223558 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/23944014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223557 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Originally, we assume the target name of entry provided to FakeFileSystem and expected name actually shown in the file list is the same. But for hosted documents on the drive, both name can be different. To handle the case, this CL adds the nameText field to TestEntryInfo class. BUG=279774 TEST=file_manager_browsertests Review URL: https://chromiumcodereview.appspot.com/23926014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223556 0039d316-1c4b-4281-b951-d872f2087c98
-
navabi@google.com authored
BUG=254014 Review URL: https://chromiumcodereview.appspot.com/23885004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223555 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://versionasvitkine@chromium.org authored
Found by the Mac OS X 'leaks' tool; fixed on a plane. BUG=292905 Review URL: https://chromiumcodereview.appspot.com/23686018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223554 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
It's already called in ShellBrowserMainParts::PreMainMessageLoopRun which happens earlier. R=piman@chromium.org BUG=292874 Review URL: https://chromiumcodereview.appspot.com/23619061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223553 0039d316-1c4b-4281-b951-d872f2087c98
-
plundblad@chromium.org authored
BUG=293044,178559 Review URL: https://chromiumcodereview.appspot.com/23463038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223552 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223551 0039d316-1c4b-4281-b951-d872f2087c98
-
hajimehoshi@chromium.org authored
TBR=hajimehoshi@chromium.org Review URL: https://chromiumcodereview.appspot.com/23451058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223550 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223547 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
R=ronghuawu@chromium.org TBR=wjia@chromium.org (content/browser/media) Review URL: https://codereview.chromium.org/23902032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223546 0039d316-1c4b-4281-b951-d872f2087c98
-