- 22 May, 2012 40 commits
-
-
acolwell@chromium.org authored
BUG=129037 TEST=ChunkDemuxer.TestAppendingInPieces Review URL: https://chromiumcodereview.appspot.com/10388216 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138343 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=jhawkins@chromium.org BUG=111978 TEST=None Review URL: https://chromiumcodereview.appspot.com/10347002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138342 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=None TEST=None, no effective change. Review URL: https://chromiumcodereview.appspot.com/10387224 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138341 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
Hide platform app windows from extensions, and hide all windows that don't belong to the current app from apps. Review URL: https://chromiumcodereview.appspot.com/10407035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138340 0039d316-1c4b-4281-b951-d872f2087c98
-
bradchen@google.com authored
Modify gyp files that depend on native_client/build/untrusted.gypi to specialize extra_deps for newlib and glibc. BUG=127699 TEST=browser_tests (build) Review URL: https://chromiumcodereview.appspot.com/10409059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138339 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138336 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
Fixup SimpleDomStorageSystem to no longer use obsolete WebKit API that requires mutators to return previous values. See http://trac.webkit.org/changeset/117797 for details on the API change. Review URL: https://chromiumcodereview.appspot.com/10408049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138335 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
1. Setting ice username and password for P2PTransportChannel. 2. Updating XMPP Auth cookie with Auth Token Review URL: https://chromiumcodereview.appspot.com/10382003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138334 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10383201 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138332 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
This is a follow-up to codereview.chromium.org/10409017 BUG=126491 Review URL: https://chromiumcodereview.appspot.com/10399127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138331 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138328 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-