- 09 Aug, 2011 40 commits
-
-
kerz@chromium.org authored
BUG=92105 Review URL: http://codereview.chromium.org/7608003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96066 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=chromium-os:18876 TEST=See issue. Review URL: http://codereview.chromium.org/7528016 TBR=stevenjb@google.com Review URL: http://codereview.chromium.org/7607009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96065 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=83242 TEST=NAT traversal works Review URL: http://codereview.chromium.org/7598004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96060 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96059 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This makes sure all the text sizes and baselines are correct. Roll GTM DEPS r452:453 to pick up a fix for sizeToFit on rounded texture buttons. BUG=86410 TEST=Anal polish. Review URL: http://codereview.chromium.org/7601028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96058 0039d316-1c4b-4281-b951-d872f2087c98
-
sreeram@chromium.org authored
Note that if the Instant experiment has already been enabled, and *then* the user opts out of UMA, this won't disable the experiment immediately (since the global field trial state doesn't change). Instead, it will be disabled at browser restart. I think this is acceptable since, if the user is fiddling with preferences after Instant has been enabled, they can already click the Instant checkbox to turn it off. In addition: + Fix a typo in the "Omnibox.QueryTime.*" histogram. + Update the comment in the .h file so it flows better. BUG=91820 TEST=Disable UMA reporting (as is default in a Chromium build), and verify that the Instant experiment doesn't get enabled. Review URL: http://codereview.chromium.org/7583012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96057 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitrao@chromium.org authored
- Removes a DCHECK() in the InstantLoader that fired incorrectly in presentation mode. In presentation mode, the omnibox is entirely enclosed by the web contents, so one part of the DCHECK() was incorrect. - Mark popups and panels as auxiliary fullscreen windows. This allows them to share a space with a fullscreen window, but not to become a fullscreen window. - Force a relayout in windowDidFailToExitFullScreen. Despite the name of the delegate method, when a window fails to exit fullscreen mode, it actually does exit fullscreen mode. Forcing a relayout gets the window to draw correctly in this "failure" case. - Fixes a DCHECK() when pressing escape in fullscreen mode. - Pressing escape when the omnibox is focused (in non-presentation fullscreen mode) will now drop the window out of fullscreen mode. BUG=74065 TEST=None Review URL: http://codereview.chromium.org/7599029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96056 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96055 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=chromium-os:18876 TEST=See issue. Review URL: http://codereview.chromium.org/7528016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96054 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
BUG=none TEST=none TBR=andreip Review URL: http://codereview.chromium.org/7607002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96053 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
clicking. BUG=90994 TEST=none Review URL: http://codereview.chromium.org/7541056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96052 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=87457 TEST=none Review URL: http://codereview.chromium.org/7558003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96049 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
"in which we beef up the unit tests and find several bugs" 1- When parsing the xml response components not mentioned there were left in "updating" state so they got stranded there. 2- Wrong condition : if ((item->status != CrxUpdateItem::kNoUpdate) || (item->status != CrxUpdateItem::kUpToDate)) So again some components are stranded in the kNoUpdate state. Also a new precondition ScheduleNextRun() cannot be called if a url_fetcher is in progress. BUG=61602 TEST=included Review URL: http://codereview.chromium.org/7601019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96048 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
TEST=None BUG=83242 Review URL: http://codereview.chromium.org/7599003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96047 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=76788 TEST=no change visible Review URL: http://codereview.chromium.org/7575010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96046 0039d316-1c4b-4281-b951-d872f2087c98
-
dgrogan@chromium.org authored
Step 1 was https://bugs.webkit.org/show_bug.cgi?id=53521 This is step 2. 3 is to remove WebIDBTransactionCallbacks::onTimeout from the webkit api. BUG= TEST=llvm/Debug/browser_tests --gtest_filter=IndexedDBBrowser* Review URL: http://codereview.chromium.org/7550055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96044 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=XXXX TEST=XXXX Review URL: http://codereview.chromium.org/7210034 TBR=ycxiao@chromium.org Review URL: http://codereview.chromium.org/7605007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96042 0039d316-1c4b-4281-b951-d872f2087c98
-
jstritar@chromium.org authored
This corrects an issue causing file URL access to default on for <all_urls> and file:/// permissions. We also revert all extension's "allow file access" flags to false since we can't distinguish between extensions that were installed with the bug present and those where the user clicked allow file access. BUG=91577 TEST=ExtensionServiceTest.DefaultFileAccess Review URL: http://codereview.chromium.org/7574017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96041 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=90558 TEST=none Review URL: http://codereview.chromium.org/7529051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96040 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=90759 TEST=Set the IncognitoEnabled policy to false. Start the browser with the --incognito switch. An error message should be displayed, and a normal browser is started. Review URL: http://codereview.chromium.org/7562009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96039 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
Inline virtuals must be empty. BUG=none TEST=green clang bot Review URL: http://codereview.chromium.org/7608002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96038 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
in any blank icons if none can be found. R=estade@chromium.org BUG=92073 TEST=none Review URL: http://codereview.chromium.org/7600010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96037 0039d316-1c4b-4281-b951-d872f2087c98
-
kushi.p@gmail.com authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/7599023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96036 0039d316-1c4b-4281-b951-d872f2087c98
-
ycxiao@chromium.org authored
BUG=XXXX TEST=XXXX Review URL: http://codereview.chromium.org/7210034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96035 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=77634 TEST=None R=akalin@chromium.org Review URL: http://codereview.chromium.org/7528026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96033 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Review URL: http://codereview.chromium.org/7604004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96032 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
Encrypted OAuth1 all access token and secret with system salt for now, will replace this with user suplemental key once that gets exposed from cryptohome. Also fixed crash on re-adding the same user to the system. BUG=chromium-os:18634, chromium-os:18551 TEST=open /home/cronos/user/Preferences and make sure oauth token and secert are encrypted now Review URL: http://codereview.chromium.org/7584026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96031 0039d316-1c4b-4281-b951-d872f2087c98
-
jond@google.com authored
Review URL: http://codereview.chromium.org/7108044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96030 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
Move filename determination logic to net_util so that it's not split between net_util and download_util. BUG=78085 TEST=net_unittests --gtest_filter=*Generate*FileName Review URL: http://codereview.chromium.org/7300005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96029 0039d316-1c4b-4281-b951-d872f2087c98
-
jond@google.com authored
Review URL: http://codereview.chromium.org/7572025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96028 0039d316-1c4b-4281-b951-d872f2087c98
-
szager@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/7606001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96027 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Probably since it was added at revision r8. BUG=None TEST=None R=evan@chromium.org Review URL: http://codereview.chromium.org/7558023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96026 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
closure_blocks_leopard_compat_stub. This was originally checked in at r95892, but the stripping was disabled in r95895 because the original implementation resulted in a double-strip, and you can't strip something again once it's been turned into an MH_DYLIB_STUB. BUG=91978 TEST=Builds remain green Review URL: http://codereview.chromium.org/7598037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96025 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
Revert 96013 - Use MessageLoopProxy instead of MessageLoop to dispatch notifications in ObserverListThreadsafe. BUG=91589 Review URL: http://codereview.chromium.org/7584016 TBR=adamk@chromium.org Review URL: http://codereview.chromium.org/7605002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96024 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96023 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
The automation proxy launcher is only producing ASCII log messages, so regular strings are fine. In the process, fix an unwanted & in one of the log messages which causes a format string error. The video capture test is generating a filename and should be using FILE_PATH_LITERAL to get the right kind of string for the platform. Review URL: http://codereview.chromium.org/7519028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96022 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
Includes: make-linux: handle the case where there are no ldflags make-linux: add an rpath for shared libraries Review URL: http://codereview.chromium.org/7599016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96020 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
BUG=91861 TEST= Review URL: http://codereview.chromium.org/7491068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96018 0039d316-1c4b-4281-b951-d872f2087c98
-
kurrik@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/7572003 Patch from Anuj Bansal <anujb@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96017 0039d316-1c4b-4281-b951-d872f2087c98
-
scottfr@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/7591001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96014 0039d316-1c4b-4281-b951-d872f2087c98
-