- 19 Apr, 2013 40 commits
-
-
grt@chromium.org authored
> Add a short delay before showing the first run bubble. > > R=grt@chromium.org > BUG=223939 > > > Review URL: https://chromiumcodereview.appspot.com/13958003 TBR=macourteau@chromium.org Review URL: https://codereview.chromium.org/14362030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195176 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195175 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
Please see https://codereview.chromium.org/14192019/ Review URL: https://codereview.chromium.org/14241028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195174 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=233549 TBR=oshima Review URL: https://codereview.chromium.org/14241026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195173 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshinori.sano@gmail.com authored
BUG=231019 Review URL: https://chromiumcodereview.appspot.com/14145003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195172 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
BUG=233029 Review URL: https://chromiumcodereview.appspot.com/14079005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195171 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
BUG=233213 Review URL: https://chromiumcodereview.appspot.com/14076010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195170 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
Per the CSS spec, marking part of a user pod as visibility:visible will make it accessible even if the entire account picker has visibility:hidden. BUG=232967 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/13852033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195169 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195168 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195167 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
Summary of changes: * Addressing Java warnings * Miscellaneous Java changes BUG=230645 Review URL: https://chromiumcodereview.appspot.com/14230019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195166 0039d316-1c4b-4281-b951-d872f2087c98
-
miletus@chromium.org authored
I just realized that an external battery-backed input device with battery level around 15% can actually last a very long time (like one week ?). So change kLowBatteryLevel to 5% seems making more sense for "Low" battery notification. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/14361004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195165 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
BUG=229950 Review URL: https://chromiumcodereview.appspot.com/14057016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195164 0039d316-1c4b-4281-b951-d872f2087c98
-
dconnelly@chromium.org authored
BUG=232048 Review URL: https://chromiumcodereview.appspot.com/14057007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195163 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
The on-screen path will be by Android WebView for hardware draws. BUG=166777 Review URL: https://chromiumcodereview.appspot.com/14048018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195162 0039d316-1c4b-4281-b951-d872f2087c98
-
fangjue23303@gmail.com authored
API proposal: https://docs.google.com/document/d/1joXXu06G3XtvJf8fSNVVvB7UCMadVO07E_v3EulPB00/edit BUG=226915 TEST=browser_tests Review URL: https://chromiumcodereview.appspot.com/14027005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195161 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
Some clients need to distiniguish successful return and failure, for example, to show different notification icon. BUG=128079 Review URL: https://chromiumcodereview.appspot.com/14188035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195160 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=232231 TEST=manually Review URL: https://chromiumcodereview.appspot.com/14017014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195159 0039d316-1c4b-4281-b951-d872f2087c98
-
calamity@chromium.org authored
The app launcher now adds itself to the start menu on the first run of chrome past this patch. The webstore enable of the app launcher will create shortcuts on the desktop and pin an icon to the taskbar. The app launcher should never be disabled after it is enabled. BUG=233434 TBR=benwells@chromium.org Review URL: https://chromiumcodereview.appspot.com/13940006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195158 0039d316-1c4b-4281-b951-d872f2087c98
-
glotov@chromium.org authored
BUG=178009 TEST=for i in {1..20}; do \ out/Debug/interactive_ui_tests --gtest_filter=OobeTest.NewUser --disable-test-compositor; \ if [ $? != 0 ]; then break; fi; \ done; Review URL: https://chromiumcodereview.appspot.com/13895008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195157 0039d316-1c4b-4281-b951-d872f2087c98
-
yhirano@chromium.org authored
Set WebRuntimeFeatures::enableExperimentalWebSocket with the renderer command line parameter. BUG=226933 R=jamesr Review URL: https://chromiumcodereview.appspot.com/14351002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195156 0039d316-1c4b-4281-b951-d872f2087c98
-
dconnelly@chromium.org authored
By the way, using grit as a template engine is painfully awkward :( BUG=232048 Review URL: https://chromiumcodereview.appspot.com/13881017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195155 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
Full history sync is based on server-side process of session data, so if session data is encrypted, it can't be read on the server. In this case, delete directives are also unnecessary, so they can be disabled whenever the session data type is encrypted. BUG=229015 Review URL: https://codereview.chromium.org/14139010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195154 0039d316-1c4b-4281-b951-d872f2087c98
-
deymo@chromium.org authored
The HID 1.1 spec defines a notification signal sent from the device every time the user types a new digit of the provided passkey during the SSP pairing. This patch extends the BluetoothDevice::PairingDelegate interface to support a new method DisplayEnteredKeys to update the number of pressed keys. BUG=221105 TEST=device_unittest and manual test. Manual test part: ================= 1. Open the chrome://settings page in the chromebook and click on "Inspect element". A new panel with the HTML is displayed. 2. Go to the "Console" tab in the opened panel and switch the "<top frame>" drop down in the status line at the bottom of the screen to "settings". 3. Run the following command: options.BrowserOptions.addBluetoothDevice({"name":"MyMouse","address":"00:11:22:33:44:55","pairing":"bluetoothRemotePasskey","entered":4,"passkey":123456}) 4. The passkey 123456 should be displayed on the screen with the first 4 keys in a different style. 5. Replacing "entered":4 by "entered":7 should also change the style of the "enter" key. 6. Removing the "entered":4, should show the keys darker than the "entered":0 state. Review URL: https://chromiumcodereview.appspot.com/13870020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195153 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://termsvasilii@chromium.org authored
It should show online policy on CrOS. In case of timeout (10 sec proposed by Nikita) the static version is shown. The real online resource isn't available at the moment. BUG=174271 TBR=cpu@chromium.org Review URL: https://chromiumcodereview.appspot.com/13820014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195152 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Store AuthType in AppState. Current Destination.Type is more suitable for selecting display styles. Origin represents better how we get this destination. BUG=179229 Review URL: https://chromiumcodereview.appspot.com/14340003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195151 0039d316-1c4b-4281-b951-d872f2087c98
-
braveyao@chromium.org authored
BUG=178582 TEST=media_unittests Review URL: https://chromiumcodereview.appspot.com/14265002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195150 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=128314 Review URL: https://codereview.chromium.org/14323008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195149 0039d316-1c4b-4281-b951-d872f2087c98
-
wonsik@chromium.org authored
Extract location/size of the video at renderer process and pass it to browser process where the external surface resides, so that app can readjust the location of external surface when it is changed. BUG=180197 R=scherkus@chromium.org,yfriedman@chromium.org,sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/13688004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195148 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
There are many gaps between search query for GData WAPI and one for Drive API v2. To fill the gap, TranslateQuery parses the query for GData WAPI and builds the one for Drive API. Unfortunately, there are missing query patterns on Drive API v2, so it only supports limited patterns. BUG=232352 TEST=Ran unit_tests and tested manually. Review URL: https://chromiumcodereview.appspot.com/14341002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195147 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
- suppress leaks in GetStoragePartitionFromConfig (issue 233532) - suppress leaks in DiskCacheBackendTest.SimpleDoom* (issue 233541) BUG=233532,233541 TBR=oshima Review URL: https://codereview.chromium.org/14241023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195146 0039d316-1c4b-4281-b951-d872f2087c98
-
halyavin@google.com authored
Currently all files must have version for current ISA or NaCl program will not load. I relaxed this condition. This is useful when ARM version of the program is compiled with newlib but x86 version is compiled with glibc. Developer doesn't need to add ARM versions for all *.so libraries in this case. Since not having current architecture for a file is no longer an error, I changed ppapi_bad_manifest_bad_files.nmf to test for a different error in file section. BUG= https://code.google.com/p/nativeclient/issues/detail?id=3049 TEST= run_manifest_browser_test and run_ppapi_bad_browser_test Review URL: https://chromiumcodereview.appspot.com/14069002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195145 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Double the timeout values when running under ThreadSanitizer v2. It is at least as slow as AddressSanitizer, if not worse. BUG=128314 Review URL: https://codereview.chromium.org/14352009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195144 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
The app API along with app.window and app.runtime have been converted to use the feature system. Bindings are not added to the chrome object for unavailable APIs that are children of available APIs. For example, if chrome.app is available, we will not add lazy bindings to chrome for app.window and app.runtime. This eliminates the need to load the app schema, because we no longer need to get chrome.app to add the app.runtime and app.window bindings. BUG=55316 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=194837 Review URL: https://chromiumcodereview.appspot.com/13604005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195143 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This CL is a separate commit of the assets of https://codereview.chromium.org/13483010. TBR=oshima@chromium.org BUG=216495 Review URL: https://codereview.chromium.org/14367017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195142 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195141 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
When history sync is enabled, deletions need to be done in both the history DB and on the history server. Wait until the request to the server has completed before reloading the page, otherwise it can appear that the deletion did not take effect. BUG=None Review URL: https://codereview.chromium.org/14225004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195140 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
TBR=scheib BUG= Review URL: https://codereview.chromium.org/14267020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195139 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Move the ThemeHandler class to c/c/e/manifest_handlers/, so that the c/c/e/api directory remains used for true APIs. Change names of ThemeInfo::GetTheme* to ThemeInfo::Get* (the Theme should be obvious). Change ThemeInfo::Get* to return const DictionaryValues. Also move GetBrowserImages from Extension class into extension_file_util; remove dependency of Extension on ThemeHandler/Info and ExtensionIconSet. TBR=ben@chromium.org, pkotwicz@chromium.org (ben - gypis, utility_client; pkotwicz - themes; both mechanical changes) BUG=159265 Review URL: https://chromiumcodereview.appspot.com/13473013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195138 0039d316-1c4b-4281-b951-d872f2087c98
-
grunell@chromium.org authored
Will be used by WebRTC logging. BUG=229829 Review URL: https://chromiumcodereview.appspot.com/13473005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195137 0039d316-1c4b-4281-b951-d872f2087c98
-