- 17 Aug, 2012 40 commits
-
-
jln@chromium.org authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/10832354 TBR=penghuang@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832362 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152053 0039d316-1c4b-4281-b951-d872f2087c98
-
ilevy@chromium.org authored
- Does not break bot, but attempts to wait until phone boots - Minor fixes to adb_device_functions BUG=141899 Review URL: https://chromiumcodereview.appspot.com/10837180 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152052 0039d316-1c4b-4281-b951-d872f2087c98
-
xusydoc@chromium.org authored
http://build.chromium.org/f/chromium/perf/linux-release/sizes/report.html?history=150&rev=152008&graph=nacl_helper-data NOTRY=1 BUG=143313 Review URL: https://chromiumcodereview.appspot.com/10855214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152051 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=None Test=Compiles Review URL: https://chromiumcodereview.appspot.com/10834368 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152050 0039d316-1c4b-4281-b951-d872f2087c98
-
penghuang@chromium.org authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/10832354 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152049 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
BUG=143293 TEST=functional/navigation.py Review URL: https://chromiumcodereview.appspot.com/10823381 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152048 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
This change codifies and fixes the state transitions used in the Search UI. It documents the transitions in tabular form in search_types.h detailing the user interaction that results in either animated or non-animated transitions. The pending navigation signal is removed, so all transitions now occur on the navigation "committed" signal. BUG=133529 TEST=Manual R=sky@chromium.org, kuan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10837240 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152047 0039d316-1c4b-4281-b951-d872f2087c98
-
hongbo.min@intel.com authored
BUG=141229, 136519 TEST=browser_tests --gtest_filter=SystemInfoStorageApiTest.* Review URL: https://chromiumcodereview.appspot.com/10824232 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152046 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
BUG=143004 TEST=Set a custom wallpaper, logout. At login screen, click that user's profile picture. The wallpaper should be default wallpaper. Login again, the user custom wallpaper should display again. Review URL: https://chromiumcodereview.appspot.com/10827376 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152045 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@chromium.org authored
Implement encapsulated JS handling of the diagnostics page. Adjust the page layout and element styles to match the Chrome OS Diagnostics Implementation Plan V1 document. Handle i18n for all strings. BUG=139442 TEST=lumpy device. Review URL: https://chromiumcodereview.appspot.com/10825291 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152044 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Do not perform online revocation checking when the user has explicitly disabled it, except for when verifying EV certificates where a CRLSet is not present or fresh. This changes how EVRootMetaData exposes the EV information when NSS is used, in order to efficiently detect when a leaf certificate may be an EV certificate. BUG=142815 TEST=Test modem enrollment on CrOS as described in chrome-os-partner:9087 Review URL: https://chromiumcodereview.appspot.com/10857020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152043 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
This is really just to allow the compositor to call reshape() on this type of surface when the view size changes initially (from 0x0 to the window width and height) without hitting NOTIMPLEMENTED() in GLSurface. Review URL: https://chromiumcodereview.appspot.com/10836300 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152042 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
The file has been rewritten to conform to Google's JavaScript style, moving all of the __private_variables into a class. Results are now reported as a list of renderingStats objects. If gpuBenchmarking is unavailable, it falls back to measuring frame times using RAF and populating some of the renderingStats fields. The way the test is called has changed. Previously, you would call __scroll_test(), wait for __scrolling_complete, then read __frame_times. Now you call new ScrollTest(callback), which takes a callback as a parameter, and calls that with the results list when the test is finished. This simplifies the way it is called in perf.py. gpu_benchmarking_extension.cc no longer checks if the fields are nonzero. This was a problem when the droppedFrameCount really was 0, but it wouldn't populate that field as it should. BUG=137789, 141477 TEST=This is a test. Review URL: https://chromiumcodereview.appspot.com/10836202 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152041 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
I think exiting with no error is counted as a GPU process crash for crash stats purposes. Review URL: https://chromiumcodereview.appspot.com/10823375 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152040 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
BUG=134584 Review URL: https://chromiumcodereview.appspot.com/10852015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152039 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
BUG=136951 Review URL: https://chromiumcodereview.appspot.com/10854198 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152038 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
login_CryptohomeIncognitoUnmounted on ChromiumOS (amd64) ) - [ChromeDriver] Disable some unnecessary chrome services at startup. These services make background network requests and aren't needed for website testing. BUG=none TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10837271 TBR=kkania@chromium.org Review URL: https://chromiumcodereview.appspot.com/10857050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152037 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
browser_tests on XP Tests (1) XP Tests (dbg)(2) views_unittests on XP Tests (3) XP Tests (dbg)(2) Interactive UI Tests on Interactive Tests (dbg) E.g. Backtrace: RaiseException [0x7C812AFB+82] views::NativeControl::GetAdditionalExStyle [0x0D5D4FB8+1998283] views::NativeControl::GetAdditionalExStyle [0x0D5D430B+1995038] views::NativeControl::GetAdditionalExStyle [0x0D45EC67+465530] views::NativeControl::GetAdditionalExStyle [0x0D435154+294759] views::NativeControl::GetAdditionalExStyle [0x0D434087+290458] views::NativeControl::GetAdditionalExStyle [0x0D45C0F2+454405] RelaunchChromeBrowserWithNewCommandLineIfNeeded [0x02004D8F+1245903] ) - Move more message handlers from NativeWidgetWin to HWNDMessageHandler. http://crbug.com/142962 R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832345 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825414 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152036 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
TBR=cmp Review URL: https://chromiumcodereview.appspot.com/10832361 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152035 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
This CL prevents the launcher from being hidden when either the web notification tray or the system tray is visible. BUG=142506 For minor change to ash/wm/shelf_layout_manager.cc: TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823350 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152028 0039d316-1c4b-4281-b951-d872f2087c98
-
motek@chromium.org authored
R=mad BUG=141271 Review URL: https://chromiumcodereview.appspot.com/10837258 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152027 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
Make sure WinSAT.HasResults runs when the preliminary graphics info is collected on startup. Move the individual score histograms to include all the error cases. BUG=None. Review URL: https://chromiumcodereview.appspot.com/10832278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152024 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
BUG=138239 Review URL: https://chromiumcodereview.appspot.com/10831359 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152023 0039d316-1c4b-4281-b951-d872f2087c98
-
stanleyw@chromium.org authored
Sometimes the scan list is not updated. It makes sense to perform a scan until we see the service path or until a timeout period is hit. TEST=run chromeos_wifi_functional BUG=None Change-Id: Ia1afd538618a79d10aaab2a0cec12377cc6477b9 Review URL: https://chromiumcodereview.appspot.com/10829203 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152022 0039d316-1c4b-4281-b951-d872f2087c98
-
abodenha@chromium.org authored
Add additional logging and message to server for dealing with printers that a connector loses track of. BUG=142337 Review URL: https://chromiumcodereview.appspot.com/10836278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152021 0039d316-1c4b-4281-b951-d872f2087c98
-
mek@chromium.org authored
In platform apps there are no tabs, and thus no way to pass a valid Tab value in this event. BUG=142747 Review URL: https://chromiumcodereview.appspot.com/10832348 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152020 0039d316-1c4b-4281-b951-d872f2087c98
-
ilevy@chromium.org authored
We need to change downstream scripts to explicitly call this. This is causing devices to drop offline during the adb root command. I will manually pull this change downstream. BUG=143109 Review URL: https://chromiumcodereview.appspot.com/10823382 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152019 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
The ash app list uses FindLastActiveWithProfile and FindOrCreateTabbedBrowser, which are banned. This change replaces them with calls to chrome::Navigate. BUG=138632 TEST=Check the app list on ChromeOS can be used to show application options and links from the search box, with and without chrome browser windows open. Review URL: https://chromiumcodereview.appspot.com/10825317 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152018 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
I reused LazyBackgroundTaskQueue so that this works for regular background pages, which may not be fully loaded by the time this event is dispatched. BUG=132328 Review URL: https://chromiumcodereview.appspot.com/10828218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152017 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152016 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=141187 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152015 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@chromium.org authored
Update DEPS to pick up change to cros_system_api so that I can use the TestICMP constant that was added. BUG=139442 TEST=verify build works after updating local .DEPS.git. Review URL: https://chromiumcodereview.appspot.com/10827389 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152014 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/142962 R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832345 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152013 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
We refactor the sandbox warmup code in a new WarmUpSandbox() function. We call CreateGLContext() as part of the warm-up for Nvidia drivers. BUG=140214 Review URL: https://chromiumcodereview.appspot.com/10831343 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152012 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
It often takes a while for chromeos to successfully open a URL and register it to history. Retry. BUG=None TEST=None R=craigdh@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829367 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152010 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
BUG=142912 Review URL: https://chromiumcodereview.appspot.com/10854165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152009 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
This upstreams the Android new tab page html/js/css resources wholesale. The NTP will be rewritten using Android UI elements in the near future, so we'd like to upstream this with minimal changes. BUG=136951 Review URL: https://chromiumcodereview.appspot.com/10831317 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152008 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
This page is specific to Android devices and is shown to the user after first-run. BUG=136951 Review URL: https://chromiumcodereview.appspot.com/10828140 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152007 0039d316-1c4b-4281-b951-d872f2087c98
-
marja@chromium.org authored
Accessing DOMStorageContext requires creating a StoragePartition, and that can't be done before the preferences are loaded. BUG=142656 Review URL: https://chromiumcodereview.appspot.com/10831349 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152006 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
BUG=143302 TEST=desktopui_DocViewing should be green in chromeos BVT R=craigdh@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152005 0039d316-1c4b-4281-b951-d872f2087c98
-