- 22 May, 2012 40 commits
-
-
jbates@chromium.org authored
Sadly, this fix regresses some black flashing bugs: -flicker-test2.html occasionally flashes while resizing the window. I think this regression could be fixed if we always draw with the OpenGL context once the context is created. But that would be a third drawing path and some significant code, so let's consider it in a follow up. BUG=127709 TEST=open https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/sdk/demos/google/particles/index.html ; open Activity Monitor and observe the chrome process CPU usage ; resize chrome window so it's smaller than the Activity Monitor window (or increase size of Activity Monitor); move Activity Monitor on top of chrome window to fully obscure it ; verify that the CPU usage of chrome does not spike upwards while the chrome window is obscured. Review URL: https://chromiumcodereview.appspot.com/10382213 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138327 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
BUG=129089 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10417023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138326 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
BUG=127652 TEST=Open devtools on http://www.webkit.org/blog-files/3d-transforms/poster-circle.html; resize divider bar; verify no transparent crack at top of page. Review URL: https://chromiumcodereview.appspot.com/10407075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138325 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Make WebUI Task Manager use ShowWebDialog directly rather than calling it with a Browser/use BrowserList::GetLastActive http://crbug.com/129187 TEST=none TBR=yoshiki@chromium.org Review URL: https://chromiumcodereview.appspot.com/10332297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138324 0039d316-1c4b-4281-b951-d872f2087c98
-
ihf@chromium.org authored
BUG=126794 TEST=Uploaded images to FB using Linux Flash. Review URL: https://chromiumcodereview.appspot.com/10408054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138323 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
This updates the screens to match the mockups. There are two new nib files. One is a view with just a disable button. The other is a view with the PIN-confirmation controls. The main nib has been updated to remove all controls except for the Status text and the padlock. A new placeholder box has been added in the middle of the window, which can show either of the new nibs, depending on whether a new config has been received by the pref-pane. This also fixes some small issues: PIN is reset whenever a new config is sent to the pref-pane - this prevents the previous PIN dots being shown if the user changes PIN a second time without closing the System Preferences applet. The PIN entry box is disabled until the pane is unlocked, for a slightly improved UX. BUG=128813,129032 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10411032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138322 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
BUG=129198 Review URL: https://chromiumcodereview.appspot.com/10332298 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138321 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Don't use BrowserList in OfflineLoadPage. Just use the system tray delegate to open internet options instead. http://crbug.com/129187 TEST=none Review URL: https://chromiumcodereview.appspot.com/10421014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138320 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138319 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138318 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/129187 TEST=none Review URL: https://chromiumcodereview.appspot.com/10388232 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138317 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG= TEST=gpu bots TBR=jbauman Review URL: https://chromiumcodereview.appspot.com/10387236 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138316 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
* Add AssertIOAllowed to GDataLevelDB. * Remove entry_set_. Use AddEntry for ownership transfer to parent directory. Review URL: https://chromiumcodereview.appspot.com/10407013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138315 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Add a separate boolean property to indicate that a client certificate is hardware (TPM) backed. Certificate manager should disable the export button for such certificates because there is no way to extract the private key from the TPM. BUG=126886 TEST=lumpy Review URL: https://chromiumcodereview.appspot.com/10407072 Patch from Haixia Shi <hshi@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138314 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
ApiBase will be used to add more common code soon. NOTRY=true R=mad@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10399090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138313 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/129187 TEST=none Review URL: https://chromiumcodereview.appspot.com/10412033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138312 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/129187 TEST=none Review URL: https://chromiumcodereview.appspot.com/10332293 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138311 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
New PanelBrowserWindow class contains the BrowserWindow interface used by the browser to interact with Panels. Panel is now a BaseWindow. First step of many in the Panel refactor. BUG=127323 TEST=All existing tests still pass. Review URL: https://chromiumcodereview.appspot.com/10411036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138310 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
This ports the SSLClientSocketNSS fix in https://chromiumcodereview.appspot.com/10382186 to SSLClientSocketOpenSSL. R=joth@chromium.org,jnd@chromium.org BUG=127822 TEST=none Review URL: https://chromiumcodereview.appspot.com/10391174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138309 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138308 0039d316-1c4b-4281-b951-d872f2087c98
-
epoger@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10416036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138307 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
R=dennisjeffrey@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10414049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138306 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
R=rsesek@chromium.org BUG=129176, 129082 TEST=Try to install the first item from suggestion list. Without this fix, that will crash. Review URL: https://chromiumcodereview.appspot.com/10417027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138305 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
that for platform apps we could ignore them. However, we still want to allow platform apps to have iframes that point to app pages or data: URLs, so the check needs to be made a bit more fine-grained. The fine-grained check will be implemented in a follow-up CL (via CSP), for now all frame navigations are allowed. R=miket@chromium.org,abarth@chromium.org Review URL: https://chromiumcodereview.appspot.com/10387074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138304 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
This adds the command line option --check-layout-test-systems-deps (which just checks that content_shell can initialize itself), and prints the necessary block markers around the text output required by run_webkit_test.py BUG=111316 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10413050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138303 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
This reverts commit 138294. TBR=chromium-reviews@chromium.org BUG=125026 TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10407102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138301 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@google.com authored
Based on the description of crbug.com/128644: - volume up from muted should be normal up (4%), not 25% - but if the volume up happens after the mute button, it should go back to the original volume BUG=128644 TEST=browser_test passed, manually checked on lumpy Review URL: https://chromiumcodereview.appspot.com/10411028 TBR=mukai@chromium.org Review URL: https://chromiumcodereview.appspot.com/10421010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138299 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=124072 TEST=Open chrome://crash, then checked shortcuts worked properly. Review URL: https://chromiumcodereview.appspot.com/10388219 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138298 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10388203 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138297 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10411064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138296 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138295 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Connects to Google servers to get authentication tokens. BUG=125026 TEST=service_state_unittest.cc Review URL: https://chromiumcodereview.appspot.com/10414020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138294 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
crash. BUG=128260 TEST=none R=oshima@chromium.org Review URL: https://chromiumcodereview.appspot.com/10407044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138293 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
TBR=wtc, vollick Review URL: https://chromiumcodereview.appspot.com/10417035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138292 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
This should solve the pyauto compile error because MessagePumpX is actually an aura component, not a general x11 component. Instead of being a Singleton, X11AtomCache should tie its lifetime to an aura::Env, which are reset in the unit tests whenever an X server is switched out. BUG=128584, 129075 TEST=none Review URL: https://chromiumcodereview.appspot.com/10416020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138290 0039d316-1c4b-4281-b951-d872f2087c98
-
dyu@chromium.org authored
TEST=Tested on chromium bots and passed. BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10383241 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138289 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=chromium-os:27181 TEST=Forget a network on a chromeos device; confirm that network is forgotten after reloading UI and after restart. TBR=jhawkins for options2 owner Review URL: https://chromiumcodereview.appspot.com/10392185 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138288 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Bug=124566 Test=Manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137684 Review URL: https://chromiumcodereview.appspot.com/10389109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138287 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
NtQueryObject returns, and NT_SUCCESS expects, NTSTATUS (a LONG variable). NT_SUCCESS checks for >=0, so CHECK statements as they are will never fire. CID=104038 BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10407084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138286 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=125846 R=ben@chromium.org TBR=abodenha@chromium.org Review URL: https://chromiumcodereview.appspot.com/10387234 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138285 0039d316-1c4b-4281-b951-d872f2087c98
-