summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Do not load extension system in the Profile import process.tapted@chromium.org2012-12-2115-79/+222
| | | | | | | | | | | | | | | Also, defer loading component extensions with background pages until the import process is complete, so that the renderer host does not compete for the database lock. This also adds a regression test for http://crbug.com/163925. BUG=163925,107636 TEST=Test first-run flows and profile import after uninstalling chrome and removing AppData/Local/Google/Chrome directory Review URL: https://chromiumcodereview.appspot.com/11572036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174302 0039d316-1c4b-4281-b951-d872f2087c98
* Start sending gestureTapCancel to cancel gestureTapDownyusufo@chromium.org2012-12-216-19/+182
| | | | | | | | | | | | | | | This starts sending tapCancel gestures when a scroll, doubleTap or LongPress occurs if we had send a tapDown before. Since with this change Android also conforms to the rule of following tapDowns with tap or tapCancel, removing DoubleTap and LongPress from the list of gestures that can follow tapDown in gesture_event_filter BUG=166822 Review URL: https://chromiumcodereview.appspot.com/11637030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174301 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Avoid indicating progress for downloads past the final rename.asanka@chromium.org2012-12-211-5/+14
| | | | | | | | | | | | | The progress indicator for downloads on the Dock is sticky. Setting it for the download past the final rename results in the file being permanently stuck in the in-prgress state. BUG=166683 Review URL: https://chromiumcodereview.appspot.com/11633049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174300 0039d316-1c4b-4281-b951-d872f2087c98
* Assert that md5sum was built instead of failing silently.navabi@google.com2012-12-211-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The exit when md5sum does not exist fails silently with a short message buried in the output with no tests run. The reason is because this is an asynchronous process and the exit does not exist the script. The assert on the other hand will stop the script and print the following, making it clear the script failed and that md5sum should be built: @@@STEP_FAILURE@@@ Traceback (most recent call last): File "build/android/run_instrumentation_tests.py", line 108, in <module> sys.exit(main(sys.argv)) File "build/android/run_instrumentation_tests.py", line 101, in main ret = DispatchInstrumentationTests(options) ... results_lists = async_results.get(999999) File "/usr/lib/python2.7/multiprocessing/pool.py", line 528, in get raise self._value AssertionError: Please build md5sum. BUG= Review URL: https://chromiumcodereview.appspot.com/11613014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174299 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused constant variables from infobar_extension_api.cckmadhusu@chromium.org2012-12-211-3/+0
| | | | | | | | | | BUG=none TEST=none TBR=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/11648021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174298 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Uncomment frame message flag and disable content detection tests."aelias@chromium.org2012-12-215-54/+3
| | | | | | | | | | | | This reverts commit 174113. (original review URL: https://chromiumcodereview.appspot.com/11640036 ) BUG=167022,152337,161945 Review URL: https://chromiumcodereview.appspot.com/11635057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174297 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Rename ActiveAnimation -> Animation"phajdan.jr@chromium.org2012-12-2121-407/+407
| | | | | | | | | | TBR=vollick BUG=none Review URL: https://codereview.chromium.org/11642055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174296 0039d316-1c4b-4281-b951-d872f2087c98
* bookmarks: Forward declare FaviconImageResult in bookmark_model.htfarina@chromium.org2012-12-2110-3/+16
| | | | | | | | | | BUG=144783 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/11647026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174295 0039d316-1c4b-4281-b951-d872f2087c98
* Make qcms compile on Win64jschuh@chromium.org2012-12-215-14/+106
| | | | | | | | BUG=166496 Review URL: https://chromiumcodereview.appspot.com/11645034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174294 0039d316-1c4b-4281-b951-d872f2087c98
* Don't hide PopupZoomer if the content size didn't change.aruslan@chromium.org2012-12-211-4/+6
| | | | | | | | | | | | | | I believe this change is a right thing to do regardless of crbug/167022. (Note that this change will HIDE but NOT fix the bug 167022 where we receive 0x0 bounds because rootScrollLayer()->bounds are 0x0 in LayerTreeHostImpl::makeCompositorFrameMetadata.) BUG=167022 Review URL: https://chromiumcodereview.appspot.com/11571087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174293 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 173395jochen@chromium.org2012-12-211-7/+1
| | | | | | | | | | | | | | | | | | > Guard against invalid transition types. Seems somebody introduced them, which results in a crash. > > BUG=166166 > TEST=none > > > Review URL: https://chromiumcodereview.appspot.com/11587004 The bug was found, so we can remove the temporary guard again R=kalman@chromium.org Review URL: https://chromiumcodereview.appspot.com/11635041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174292 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run VideoRendererBase::statistics_cb_ if we've stopped.scherkus@chromium.org2012-12-211-6/+6
| | | | | | | | | BUG=151733 Review URL: https://chromiumcodereview.appspot.com/11618045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174291 0039d316-1c4b-4281-b951-d872f2087c98
* Disable PPAPINaClGLibcTest on Windows since they're failing on the windows bots.jam@chromium.org2012-12-211-0/+38
| | | | | | | | | Note that all these tests are failing on first run. Some of them are also failing on the gtest retry step. Tests in browser_test are supposed to be shardable. Note that this doesn't mean that the tests should move to interactive_ui_tests, since that's supposed to be minimal by definition as otherwise it'll be too slow. So the tests need to be fixed so that they run in parallel. BUG=162094 Review URL: https://codereview.chromium.org/11637054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174290 0039d316-1c4b-4281-b951-d872f2087c98
* NTP5: Showing hidpi Favicons on Most Visited pages.pedrosimonetti@chromium.org2012-12-211-3/+2
| | | | | | | | | BUG=166015 Review URL: https://chromiumcodereview.appspot.com/11645033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174289 0039d316-1c4b-4281-b951-d872f2087c98
* Improve NetworkStateHandler APIstevenjb@chromium.org2012-12-2112-151/+254
| | | | | | | | | | | | The UI needs more flexible accessors than "ActiveNetwork," which is also a somewhat unclear term. This replaces it with DefaultNetwork and provides better accessors for the UI. BUG=none For webui: TBR=jhawkins@chromium.org Review URL: https://codereview.chromium.org/11614035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174288 0039d316-1c4b-4281-b951-d872f2087c98
* Move PepperFlash Hosts from content/ to chrome/raymes@google.com2012-12-2113-40/+64
| | | | | | | | | | Flash-related resource hosts are meant to live in chrome/. TBR=brettw@chromium.org for gypi changes Review URL: https://codereview.chromium.org/11644027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174287 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Rename print preview tab to print preview dialog in ↵thestig@chromium.org2012-12-215-91/+87
| | | | | | | | | BackgroundPrintingManager. BUG=163671 Review URL: https://codereview.chromium.org/11636041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174286 0039d316-1c4b-4281-b951-d872f2087c98
* roll clang 169803:170392thakis@chromium.org2012-12-211-1/+11
| | | | | | | | | | | | Also let the update script clobber nacl untar stamp files, so that no clobber builds are needed after clang rolls. BUG=159793 TBR=hans Review URL: https://codereview.chromium.org/11644047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174285 0039d316-1c4b-4281-b951-d872f2087c98
* [content shell] run in headless mode (gtk only)jochen@chromium.org2012-12-218-16/+52
| | | | | | | | | | | | | | | Don't show a window, instead make the renderer believe that the window is active and has focus. This also adds the command line option --show-content-shell to run layout tests using a visible window for debugging. BUG=111316 TEST=http/tests/appcache tests don't crash the content_shell, editing/inserting tests don't fail R=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/11640055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174284 0039d316-1c4b-4281-b951-d872f2087c98
* [net] Add HostResolverDispatch field trial.szym@chromium.org2012-12-211-6/+66
| | | | | | | | | | | | | The field trial configures the PrioritizedDispatcher::Limits used by HostResolverImpl. BUG=166685 TEST=chrome --force-fieldtrials=HostResolverDispatch/0:0:0:0:0:1/ Review URL: https://chromiumcodereview.appspot.com/11635004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174283 0039d316-1c4b-4281-b951-d872f2087c98
* Added introductory tables to Chrome apps APIs.mkearney@google.com2012-12-2121-129/+456
| | | | | | | | | | | | These tables include a description, when the API is available, the permissions, and links to learn more (both docs and GDL sessions). BUG=163374 BUG=163413 Review URL: https://codereview.chromium.org/11635032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174282 0039d316-1c4b-4281-b951-d872f2087c98
* Renamed color_capable to color_changeable.vitalybuka@chromium.org2012-12-206-15/+15
| | | | | | | | BUG=153726 Review URL: https://chromiumcodereview.appspot.com/11641003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174281 0039d316-1c4b-4281-b951-d872f2087c98
* Delay forcing natural scroll setting until after initial sync.achuith@chromium.org2012-12-202-12/+36
| | | | | | | | | BUG=166760 TEST=manual. Review URL: https://chromiumcodereview.appspot.com/11640032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174278 0039d316-1c4b-4281-b951-d872f2087c98
* Remove an incorrect TODO for newly added DesktopAuraTestValidPaintWidget ↵ananta@chromium.org2012-12-201-2/+0
| | | | | | | | | | | | tests as they now pass on linux and Windows. BUG=167189 TBR=sky Review URL: https://codereview.chromium.org/11648038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174277 0039d316-1c4b-4281-b951-d872f2087c98
* Update intl1 perf expectations to make it less flaky.tonyg@chromium.org2012-12-201-1/+1
| | | | | | | | | | | | chromium-rel-win7-dual/intl1/times/t: http://build.chromium.org/f/chromium/perf/chromium-rel-win7-dual/intl1/report.html?history=50&rev=174244 BUG=None TEST=None TBR=cmp@chromium.org Review URL: https://codereview.chromium.org/11571093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174276 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a crash in the chrome browser process which occurs when the context menu ↵ananta@chromium.org2012-12-203-0/+98
| | | | | | | | | | | | | | | | | on the download shelf is destroyed. The crash occurs because the DesktopNativeWidgetAura instance which handles the download context menu attempts to paint the menu after it has been closed. Fix is to check whether the menu is visible before paintng it. BUG=167189 R=sky TEST=Added two tests DesktopNativeWidgetAuraNoPaintAfterHideTest and DesktopNativeWidgetAuraNoPaintAfterCloseTest to validate that we don't receive paints for a hidden/closed widget. Review URL: https://codereview.chromium.org/11637028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174275 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Add another suppression for Mesa.thestig@chromium.org2012-12-202-0/+16
| | | | | | | | | | Heapchecker: Add a suppression of ash_unittest BUG=148477,167165 TBR=oshima Review URL: https://codereview.chromium.org/11618051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174274 0039d316-1c4b-4281-b951-d872f2087c98
* Fix layout of examples in the ONC spec.pneubeck@chromium.org2012-12-201-30/+86
| | | | | | | | BUG=none Review URL: https://chromiumcodereview.appspot.com/11641004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174273 0039d316-1c4b-4281-b951-d872f2087c98
* [Media Gallery] Use DISALLOW_IMPLICIT_CONSTRUCTORS macro in MediaStorageUtil.kmadhusu@chromium.org2012-12-202-6/+1
| | | | | | | | | | BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/11640053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174272 0039d316-1c4b-4281-b951-d872f2087c98
* Disable instant.InstantTest.testInstantWithNonInstantSearchEnginevclarke@chromium.org2012-12-201-0/+2
| | | | | | | | | | | | Disable failing test: instant.InstantTest.testInstantWithNonInstantSearchEngine BUG=165843 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11658002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174271 0039d316-1c4b-4281-b951-d872f2087c98
* Adding new Launcher behaviorskuhne@chromium.org2012-12-2045-435/+1724
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is only an intermediate CL - trying to keep the CL's in a handle-able size. The new features of the Launcher behavior are: - Group running programs (V1, V2, Browsers) under existing launcher application icons. - When a V2 app gets started and it is not pinned to the launcher, it will be added for it's lifetime to the launcher (and disappear after the last incarnation goes away). - Each shown launcher entry can ... + .. show a context menu (right click) which can e.g. close all applications of that type. + .. activate or create such a type upon first click. + .. produce a list of running "apps" upon click when one of the applications has already a focus. [more to come] + .. [maybe] produce a fancy hover menu. (at the moment it produces the bubble help) - The list of apps (as described above) contains ... + .. The name of the app itself. + .. For each running instance the favicon & the title & (not yet implemented:) an icon for incognito. - The new features are behind a flag. The full specification can be seen here: https://docs.google.com/a/google.com/document/d/1i39rO8uERWwTvV0e0TDtelgGjzU9Wj5L6CldMl9y6lE/edit This is the second CL for these new features, however there are still several things missing which will be addressed in more CL's: - More unit tests (activation state tracking, V2 apps) - The "eye candy menus" (mocks are still missing) .. + .. including incognito marker + .. a definition how the menus get sorted + .. the open question about click or hover menus + .. touch integration - The browser icon should be movable as well - Rip out old classes and unused complexity - which can only be done after the flag gets removed: At the moment, the changes are trying to stay within the existing architecture to make it possible to switch with a flag. BUG=164438, 145410 Review URL: https://chromiumcodereview.appspot.com/11552028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174270 0039d316-1c4b-4281-b951-d872f2087c98
* Add tests for redirect responses from SafeBrowsingProtocolManager.cbentzel@chromium.org2012-12-205-69/+326
| | | | | | | | | | | | | | This also fixes two corner-case bugs discovered along the way: a) If the final redirect response is empty, UpdateFinished() is never called on SafeBrowsingService. b) If the last redirect response takes longer to persist the chunks to the database than the interval to the next update, the next update will start before the previous one completed. BUG=158246,161550,161551 Review URL: https://chromiumcodereview.appspot.com/11419041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174269 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ActiveAnimation -> Animationvollick@chromium.org2012-12-2021-407/+407
| | | | | | | | | | | | ActiveAnimation has a bad name. It used to be the case that 'active' animations were a subset of all animations, but now every animation in cc/ is 'active' and I think that's confusing. R=enne@chromium.org BUG=None Review URL: https://chromiumcodereview.appspot.com/11636051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174267 0039d316-1c4b-4281-b951-d872f2087c98
* Do not remove the welcome_page from the startup tabs if it was specifically ↵gab@chromium.org2012-12-203-15/+209
| | | | | | | | | | | | | added in master preferences's first_run_tabs. BUG=166517 TEST=First Run Chrome with prefs described on bug and do not have the first welcome_page tab suppressed. Works when only specific once too. And welcome page still shown in default first run flow. Review URL: https://chromiumcodereview.appspot.com/11617008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174266 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress leaks in ash_unittest and reliability_test.thestig@chromium.org2012-12-201-0/+19
| | | | | | | | BUG=167165,167175 TBR=timurrrr Review URL: https://codereview.chromium.org/11640059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174265 0039d316-1c4b-4281-b951-d872f2087c98
* Overflow panel icons if they compete for more than a third of the launcher ↵flackr@chromium.org2012-12-205-25/+105
| | | | | | | | | | | space. BUG=162558 TEST=LauncherViewTest.BrowserHidesExcessPanels Review URL: https://chromiumcodereview.appspot.com/11569013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174263 0039d316-1c4b-4281-b951-d872f2087c98
* Renaming org.chromium.android_webview.CookieManager to AwCookieManagerkristianm@chromium.org2012-12-205-138/+121
| | | | | | | | | | | Final patch BUG= Review URL: https://chromiumcodereview.appspot.com/11640048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174262 0039d316-1c4b-4281-b951-d872f2087c98
* [telemetry] Fix tracing.hartmanng@chromium.org2012-12-205-1/+18
| | | | | | | | | | | | | | The browser_backend currently creates a new instance of tracing_backend for every page. This can cause a problem when the old tracing_backend's socket isn't closed, so it's best to just not create a new instance if we already have one. BUG=167072 Review URL: https://chromiumcodereview.appspot.com/11645048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174261 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "win: AcceleratedPresenter replies to the GPU process as soon as ↵phajdan.jr@chromium.org2012-12-203-67/+53
| | | | | | | | | | | | | | shared texture is copied." This reverts commit ad526010baec7a1cb70b94ae0ef6c06f967007db. TBR=apatrick BUG= Review URL: https://codereview.chromium.org/11571091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174260 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 174213thestig@chromium.org2012-12-201-0/+3
| | | | | | | | | | | | | | | | | | | > Revert 174085 > > DrMemory: Disable a failing unit_tests test case. > > > > BUG=167014 > > TBR=bruening > > Review URL: https://codereview.chromium.org/11638034 > > The problem continued and then it fixed itself. > TBR=bruening@chromium.org > Review URL: https://codereview.chromium.org/11645051 Test failure came back. :( TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/11647043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174259 0039d316-1c4b-4281-b951-d872f2087c98
* IndexedDB: Temporarily disable test using file renamed in WebKitjsbell@chromium.org2012-12-201-1/+3
| | | | | | | | | | | | Test can be re-enabled once http://wkrev.com/138268 is rolled in. TBR=dgrogan@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11639052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174258 0039d316-1c4b-4281-b951-d872f2087c98
* win: AcceleratedPresenter replies to the GPU process as soon as shared ↵apatrick@chromium.org2012-12-203-53/+67
| | | | | | | | | | texture is copied. This means the GPU does not deschedule for as long waiting until it can render to the back buffer safely. Review URL: https://chromiumcodereview.appspot.com/11645027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174257 0039d316-1c4b-4281-b951-d872f2087c98
* Disable flaky OmniboxApiTest.Basicphajdan.jr@chromium.org2012-12-201-1/+2
| | | | | | | | | | TBR=vabr BUG=167158 Review URL: https://codereview.chromium.org/11636054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174256 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress a race in InfiniteCache. Widen a leak suppression.thestig@chromium.org2012-12-202-1/+8
| | | | | | | | BUG=101145,166996 TBR=timurrrr Review URL: https://codereview.chromium.org/11644056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174255 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Add message_loop.cc to ppapi_cpp/library.dsc.binji@chromium.org2012-12-201-0/+1
| | | | | | | | | | | | | | | | | | libppapi.a and libppapi_cpp.a are built as part of the GYP build process for the NaCl toolchains, and so already included message_loop.cc. ppapi_cpp/library.dsc is built only by Windows for trusted build development. This CL fixes the failures on The NaCl SDK windows builder. http://build.chromium.org/p/client.nacl.sdk/builders/windows-sdk-multi/builds/2884 BUG=none TBR=noelallen@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11635054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174254 0039d316-1c4b-4281-b951-d872f2087c98
* Disable flaky SSLClientCertificateSelectorMultiProfileTest.SelectDefaultphajdan.jr@chromium.org2012-12-201-1/+3
| | | | | | | | | | TBR=mattm BUG=103534 Review URL: https://codereview.chromium.org/11638048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174253 0039d316-1c4b-4281-b951-d872f2087c98
* Disable failing tests.erikwright@chromium.org2012-12-201-20/+26
| | | | | | | | | TBR=dmichael@chromium.org BUG=167150 Review URL: https://codereview.chromium.org/11634004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174252 0039d316-1c4b-4281-b951-d872f2087c98
* Rename use_opus_floating_point to use_opus_fixed_point.leozwang@chromium.org2012-12-201-4/+3
| | | | | | | | | As Ralph pointed out before, in this CL, use_opus_floating_point is the default flag now, also removed WORDS_BIGENDIAN flag which is incorrect. Review URL: https://chromiumcodereview.appspot.com/11571064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174251 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable tests diabled in r174194boliu@chromium.org2012-12-209-127/+79
| | | | | | | | | | | | | | | | | | | Everything is re-enabled except ContentViewPopupZoomerTest#testPopupZoomerShowsUp which actually is flaky. These tests are only failing on a buildbot with a device that was not properly provisioned for running tests. BUG=167045, 167073, 167074, 167075, 167076 NOTRY=true R=ilevy@chromium.org,yfriedman@chromium.org,digit@chromium.org TBR=joth@chromium.org Review URL: https://chromiumcodereview.appspot.com/11635053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174250 0039d316-1c4b-4281-b951-d872f2087c98
* Hide the profile name field until we receive the name in the create profile ↵asvitkine@chromium.org2012-12-201-1/+5
| | | | | | | | | | | webui. BUG=134904 TEST=No brief flash of red due to field being empty as the overlay loads. Review URL: https://chromiumcodereview.appspot.com/11648030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174249 0039d316-1c4b-4281-b951-d872f2087c98