- 01 Mar, 2012 40 commits
-
-
tbreisacher@chromium.org authored
BUG=116403 TEST=none Review URL: https://chromiumcodereview.appspot.com/9569017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124431 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9566001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124430 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
CHROME_ETW_LOGGING env var now controls whether or not npchrome_frame.dll generates ETW events. This matches the behavior in chrome.exe. I also tweaked the log settings so that the same info is included in npchrome_frame.dll log messages as those in chrome.exe. BUG=none TEST=none Review URL: http://codereview.chromium.org/9487011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124427 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/9533009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124426 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
BUG=116298 TEST=none Review URL: http://codereview.chromium.org/9557001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124424 0039d316-1c4b-4281-b951-d872f2087c98
-
macourteau@chromium.org authored
Resolves the bug where the user is using a platform for which the Media Stream InfoBar is not implemented, and where he does not have the requested devices installed on his system (e.g., request for "Video" but the user has no camera). This fix applies to temporary code which will be removed whenever the InfoBar is implemented on all platforms. BUG=116174 TEST= Review URL: http://codereview.chromium.org/9569012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124422 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
TBR=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/9567009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124421 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
This Chrome Endure test continually attaches and detaches a large DOM tree from a basic HTML document, which contains event listeners. There should be no leaks or memory bloat in this document. BUG=chromium-os:27099 TEST=Verified the test runs on my local linux machine. Review URL: https://chromiumcodereview.appspot.com/9561010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124417 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=pkasting@chromium.org TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9544001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124416 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124415 0039d316-1c4b-4281-b951-d872f2087c98
-
rbyers@chromium.org authored
Changes: r16: When doing html inlining, preserve any attributes on script tags. BUG=None TEST= Review URL: http://codereview.chromium.org/9536015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124414 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
This patch follows digit's suggestions: - Removes ScopedJavaObject for jclasses. - Uses const char kFoo[] rather than pointers. BUG= TEST=base/android/jni_generator/jni_generator_tests.py Review URL: http://codereview.chromium.org/9466024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124413 0039d316-1c4b-4281-b951-d872f2087c98
-
rbyers@chromium.org authored
Manipulate the login/logout marker vectors only on the UI thread. Fixes crashes in ~BootTimesLoader. BUG=chromium-os:24935 TEST= Review URL: http://codereview.chromium.org/9453026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124412 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
DefaultDeviceScaleFactor will be based solely on the screen DPI, as opposed to DeviceScaleFactor, which incorporates information from the viewport tag. This is a follow-up to: https://bugs.webkit.org/show_bug.cgi?id=79534 BUG=115231 TEST=None Review URL: http://codereview.chromium.org/9500015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124411 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=115514 TEST=Double middle or right click on the window title bar. The window should no longer maximize. Review URL: https://chromiumcodereview.appspot.com/9555001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124409 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@google.com authored
BUG=None. TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/9567008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124408 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
Simple addition of ffmpeg specific tests to ease TSAN, ASAN, Valgrind testing. BUG=110776 TEST=Ran tests. Review URL: http://codereview.chromium.org/9517005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124407 0039d316-1c4b-4281-b951-d872f2087c98
-
tbreisacher@chromium.org authored
Some tests assume that about:blank will load at startup when --homepage=about:blank is passed. Now chrome://newtab/ loads instead, so we need to take that into account BUG=none TEST=shortcuts.ShortcutsTest.testViewSourceShortcut, multiprofile.MultiprofileTest.testBasic, instant.InstantTest Review URL: http://codereview.chromium.org/9559016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124406 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
The biggest change here is to remove the dedicated current->staged->upload pipeline, and instead have finishing a log add it to the queue (the same one that's used for old logs that came from disk), and always do uploading by staging from the queue. That will allow for MetricsService to handle cutting logs and uploading logs separately in a future CL (and allows for a bit of simplification now in the shutdown case, where it's no longer necessary to stage the current log for upload just so that it's possible to immediately store it). The rest of the MetricsService changes aren't actually changing the flow, the just split some things into more methods so that future CLs to separate cutting logs and uploading them will be smaller and easier to understand. StartFinalLogInfoCollection/OnFinalLogInfoCollectionDone were added to make it much more clear how StartScheduledUpload gets to the code that actually does the uploading, since it's confusing to have to follow the jumps through the various implementation details of the specific info being gathered to see what the end point is. BUG=None TEST=Metrics should continue to be reported from official builds Review URL: http://codereview.chromium.org/9396001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124405 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/9538010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124404 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9562003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124403 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=chromium-os:26878 TEST= Review URL: https://chromiumcodereview.appspot.com/9565002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124401 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/9514017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124398 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124397 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=108492 TEST=none Review URL: http://codereview.chromium.org/9537016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124395 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
BUG=116345 Review URL: http://codereview.chromium.org/9555017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124394 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@google.com authored
Move bitcode download earlier, so that temp files are not created (and will not need to be cleaned) if the bitcode download fails. We will probably need to convert everything to WeakRefAnchors to clean up these up more consistently in the dtors. R=sehr@google.com BUG= none TEST= run_pnacl_bad_browser_test (currently need to manually check the user filesystem to see it's clean after running). Review URL: http://codereview.chromium.org/9561004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124393 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
Review URL: http://codereview.chromium.org/9521006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124392 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
BUG=chromium-os:13205 TEST=Tested manually. Content settings work correctly in Guest mode, but are not stored to Default settings (as expected) Review URL: http://codereview.chromium.org/9522016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124391 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Chromoting service now launches the host process in the session the is currently attached to the physical console. The name of the host process binary is specified when the service is installed. Review URL: http://codereview.chromium.org/9476017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124390 0039d316-1c4b-4281-b951-d872f2087c98
-
bashi@chromium.org authored
WebKit r109175 and r109220 fixed uninitialized variables access. BUG=109491,115808 TEST=ran memcheck Review URL: http://codereview.chromium.org/9558011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124389 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
that you can drag a maximized window when tab dragging and no constraints are imposed on the window. Only when the mouse is released do we do anything. This only handles the multiple tab case, if you've selected all the tabs in a maximized window we won't detach. BUG=116074 TEST=none R=ben@chromium.org Reverting to fix linker issues, see http://crbug.com/116074 for details. Review URL: http://codereview.chromium.org/9549009 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9565004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124387 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
that you can drag a maximized window when tab dragging and no constraints are imposed on the window. Only when the mouse is released do we do anything. This only handles the multiple tab case, if you've selected all the tabs in a maximized window we won't detach. BUG=116074 TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/9549009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124385 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
RenderWidgetHostViewAura::SetBounds() is called from RenderWidgetHostViewAura::InitAsChild() with |popup_parent_host_view_|'s coordinates. But it's called from Webkit directly with root window coordinates. When popup window is repositioned (for example, when the number of auto-complete list is changed), SetBounds() is called directly and the window moves in the wrong place. BUG=115063 TEST=Checks auto-complete list and dropdown menu of combobox are placed in the correct position, and pass trybots Review URL: http://codereview.chromium.org/9489003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124384 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
The test failed with a DCHECK() as TokenService checked the current thread to be on UI thread, wheare as UI thread was not initialized in the test. The fix is as easy as providing a test UI thread. BUG=chromium-os:27081 TEST=out/Debug/unit_tests --gtest_filter=GData* Review URL: https://chromiumcodereview.appspot.com/9569002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124383 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
1.2em matches 21px for desktop chrome (if you don't change the defaults), but not chromeos. BUG=116088 TEST=manual Review URL: http://codereview.chromium.org/9562001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124382 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
sync_notifier isn't supposed to have dependencies on chrome. BUG=113723 TEST= Review URL: https://chromiumcodereview.appspot.com/9512005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124381 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/9452008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124380 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
Review URL: http://codereview.chromium.org/9533016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124379 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Per oauth2_access_token_fetcher.h, the consumer of OAuth2AccessTokenFetcher is run on the same thread where Start() was run, so the weak pointer is the way to go. BUG=none TEST=TEST=the file manager worked as before on Debug build (i.e. gdata files are listed) Review URL: https://chromiumcodereview.appspot.com/9549028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124378 0039d316-1c4b-4281-b951-d872f2087c98
-