- 22 May, 2012 40 commits
-
-
simonmorris@chromium.org authored
[Chromoting] Add a filter that will stop the host sending unnecessary clipboard events to the client. The host does not yet send any clipboard events to the client. A follow-up CL will make that happen. BUG=117473 Review URL: https://chromiumcodereview.appspot.com/10399052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138377 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Accidiently had the wrong number of brackets which did not produce the desired behavior while iterating over previous issue 10387182. This change makes it do the right thing. BUG=none TEST=manually Review URL: https://chromiumcodereview.appspot.com/10421007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138374 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Renamed NOTIFICATION_WEB_CONTENTS_HIDDEN to NOTIFICATION_WEB_CONTENTS_VISIBILITY_CHANGED and updated all appropriate places. We check for the detail false if we meant to check if the WebContents is hidden. This matches the behavior of RenderWidget's NOTIFICATION_RENDER_WIDGET_VISIBILITY_CHANGED. Added a WasRestored method to WebContents public interface. Call WasRestored from WebContents::ShowContents BUG=128814 TEST=did not break existing autofill popup browser test Review URL: https://chromiumcodereview.appspot.com/10411033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138372 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Connects to Google servers to get authentication tokens. BUG=125026 TEST=service_state_unittest.cc Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=138294 Review URL: https://chromiumcodereview.appspot.com/10414020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138371 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=sky@chromium.org BUG=110394 TEST=none Review URL: https://chromiumcodereview.appspot.com/10413059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138370 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Get rid of the need of ViewType::VIEW_TYPE_INTERSTITIAL_PAGE in content. There are no ViewType values left in content, so in the next change I'll move this whole concept out of content and into chrome. That allows us to get rid of RenderViewHostDelegate::GetRenderViewType which is the last remaining need for RVHD in chrome. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10383292 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138369 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
FindDirectoryForNewEntry() was crashing when: 1) a new file is added to a new directory in the same delta feed 2) but the new directory entry is marked "deleted" (moved to trash) BUG=127495 TEST=added a unit test for the fix Review URL: https://chromiumcodereview.appspot.com/10408071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138368 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
CID=104035,104037 TBR=sehr@google.com R=jhawkins@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10408051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138366 0039d316-1c4b-4281-b951-d872f2087c98
-
scottbyer@chromium.org authored
While the real cause of crbug.com/128541 is being investigated, temporarily disable the policy checking which seems to precipitate the crash. This fix is speculative and the next canary will be watched to be sure this helps. This will be reverted once a proper fix/workaround is found. BUG=128541 Review URL: https://chromiumcodereview.appspot.com/10377189 TBR=scottbyer@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138365 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@google.com authored
BUG=127577 TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10417013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138360 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=128752 TEST=Manual. Review URL: https://chromiumcodereview.appspot.com/10413009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138359 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Fixes some lint errors from the translation console. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10332259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138358 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
This fixes the bug by setting _GTK_HIDE_TITLEBAR_WHEN_MAXIMIZED on the window, which causes mutter to not force fullscreen on the window. Owen suggested this work around. BUG=114636 TEST=In gnome-shell, enable auto-hide panels, maximize a chrome window, then try toggling fullscreen on and off. Review URL: https://chromiumcodereview.appspot.com/10388217 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138357 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Instead, just use the default profile, there is no other profile on cros. http://crbug.com/129187 TEST=none Review URL: https://chromiumcodereview.appspot.com/10421015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138356 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/129187 TEST=none Review URL: https://chromiumcodereview.appspot.com/10409068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138355 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=110394 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10399118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138354 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
BUG=128541 Review URL: https://chromiumcodereview.appspot.com/10411059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138353 0039d316-1c4b-4281-b951-d872f2087c98
-
siggi@chromium.org authored
BUG=129129 TEST=The unittest no longer fails on trybots. Review URL: https://chromiumcodereview.appspot.com/10407098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138352 0039d316-1c4b-4281-b951-d872f2087c98
-
dyu@chromium.org authored
TEST=none BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10421020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138350 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=103688 TEST=manual (chrome://proxy-settings) Review URL: https://chromiumcodereview.appspot.com/10387228 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138349 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 TBR=dyu@chromium.org Review URL: https://chromiumcodereview.appspot.com/10409077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138348 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
v21 or until the incompatibility is worked around. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10413052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138345 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10414032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138344 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-