- 22 May, 2012 40 commits
-
-
dmazzoni@chromium.org authored
BUG=122026 TEST=Does not crash on shutdown on XP. Speech still stops if you load TTS Demo and exit in the middle of a long sentence. Review URL: https://chromiumcodereview.appspot.com/10413054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138393 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
This avoids the need to chain the output of gyp rules, which is not supported across generators. See also https://chromiumcodereview.appspot.com/10381103/ and https://groups.google.com/forum/?fromgroups#!topic/gyp-developer/f_oCV-Lavpw R=alexeypa@chromium.org BUG=127444 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10392172 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138392 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/129187 TEST=none TBR=sky Review URL: https://chromiumcodereview.appspot.com/10407109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138385 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Change all references to net::URLFetcherDelegate. Change some instances of content::URLFetcher to net::URLFetcher as needed. Remove unused files auth_response_handler.*. BUG=118220 TEST= TBR=sky@chromium.org,joi@chromium.org,mnissler@chromium.org,rlp@chromium.org Review URL: https://chromiumcodereview.appspot.com/10392192 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138384 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
BUG=129075 TEST=none Review URL: https://chromiumcodereview.appspot.com/10399134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138381 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/129187 TEST=none Review URL: https://chromiumcodereview.appspot.com/10414054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138380 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Remove BrowserList usage from autofill CC infobar delegate, replacing it with using content api directly to open a tab in the relevant context. This also allows us to remove some cruft from Browser. http://crbug.com/129187 TEST=none Review URL: https://chromiumcodereview.appspot.com/10417036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138379 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-