- 17 Sep, 2013 40 commits
-
-
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
-
satorux@chromium.org authored
The pyauto tests for the file manager are no longer maintained. Besides, the file manager is now tested with browser tests. BUG=289294 TEST=none Review URL: https://chromiumcodereview.appspot.com/23834007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223545 0039d316-1c4b-4281-b951-d872f2087c98
-
hajimehoshi@chromium.org authored
Chrome OS and the other platforms are different in terms of the preference for the language list of chrome://settings/languages, so I factored the functions to manipulate the list and have it called when blocking the language for Translate. NOTE: Removed DCHECK(...) in translate_infobar_delegate.cc to check if the language is listed in the blocked language list here because the language might already be listed. For example: 1. After the user add the language, he/she removes the language chrome://settings/languages. In this case, Translate infobar will appear. 2. While the Translate infobar is shown, the user can change if Translate should be offered in the language. In this case, the user can push Never Translate (language)" button while the language is already blocked. BUG=285651 Review URL: https://chromiumcodereview.appspot.com/23923007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223542 0039d316-1c4b-4281-b951-d872f2087c98
-
junjianx@chromium.org authored
Create static folder to put javascript and css files. Recovered index.html and index.js removed in last issue for app engine. BUG=259206 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/23777005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223541 0039d316-1c4b-4281-b951-d872f2087c98
-
ikarienator@chromium.org authored
> Initial WebUI for DOM Distiller. > > The DOM Distiller component will contain code for an experimental > prototype for distilling the core part of a web page. > > To enable this feature, use the command line flag --enable-distiller. > > The webui/ folder depends on content, but given iOS at the time being > supports the usage of WebUI, it is kept a a top level folder in the > component instead of in content/. > > BUG=288015 > > Review URL: https://chromiumcodereview.appspot.com/23503042 TBR=nyquist@chromium.org Review URL: https://codereview.chromium.org/24078017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223540 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
This is a follow-up to r223111. That change modified the public interface of MutableEntry to expose one setter function for each mutable field in the EntryKernel. This change modifies the internals of MutableEntry to match the external API. Many of the shared setter functions used to diverge significantly based on which field was being set. Now that each field has its own setter, it's easier to provide different setter implementations for each field. Some of these changes might make it look like we're unnecessarily introducing copy+paste code. However, we have more CLs on the way that introduce more differences among the setters. In particular, many of the SERVER_* field setters will be modified to no longer call SaveOriginal(). BUG=284672 Review URL: https://chromiumcodereview.appspot.com/23435008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223537 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new proxy is based on ppapi::proxy::PluginResource and ppapi::host::ResourceHost which simplifies code significantly. Also the permission check is consistent with socket APIs now. BUG=281781 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223482 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=223494 R=brettw@chromium.org, yzshen@chromium.org Review URL: https://codereview.chromium.org/23819033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@223535 0039d316-1c4b-4281-b951-d872f2087c98
-