- 01 Mar, 2012 40 commits
-
-
reed@google.com authored
Review URL: https://chromiumcodereview.appspot.com/9565020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124474 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/9539014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124472 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124471 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
This CL merges the AdvancedOptions handler into BrowserOptions. There remains additional cleanup to remove subpage support from the options page that I intend to handle in a followup CL. The focus here is to match the mocks and retain all functionality. As a result of this change, searching works considerably better. BUG=116107,110527,111645 Review URL: https://chromiumcodereview.appspot.com/9560005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124470 0039d316-1c4b-4281-b951-d872f2087c98
-
krisr@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/9569019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124469 0039d316-1c4b-4281-b951-d872f2087c98
-
imasaki@google.com authored
Adding Milestone in chromium bug hunter output file and email. Also, fix some minor issues relating to empty status. BUG=115503 TEST= locally executed the scripts and made sure it is working as intended. Review URL: https://chromiumcodereview.appspot.com/9452025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124468 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124467 0039d316-1c4b-4281-b951-d872f2087c98
-
grunell@chromium.org authored
BUG=116125 Review URL: http://codereview.chromium.org/9567007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124466 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=116421 TBR=ronghuawu@chromium.org Review URL: https://chromiumcodereview.appspot.com/9564019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124463 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/112131 TEST=none Review URL: https://chromiumcodereview.appspot.com/9535025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124461 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
BUG=115603 Review URL: https://chromiumcodereview.appspot.com/9557010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124454 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Instead it grabs the necessary info from a cached WebScreenInfo factory. BUG=111401 TEST=Manually Review URL: http://codereview.chromium.org/9302022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124453 0039d316-1c4b-4281-b951-d872f2087c98
-
jgreenwald@chromium.org authored
The code in browser/importer is currently causing linker errors when trying to build sync_unit_tests. Chrome on Android handles importing system settings differently, so this is not needed. BUG=113487 TEST= Review URL: http://codereview.chromium.org/9559014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124452 0039d316-1c4b-4281-b951-d872f2087c98
-
rbyers@chromium.org authored
Reverting because this CL caused any tap in a tab contents (on device) to trigger a browser crash. See issue 116314 for details. -- Each gesture point stores a "point_id," which is used for state transitions in the GestureRecognizer. The point_ids are maintained such that the set of point_ids is always contiguous, from 0 to the number of current touches. A lower point_id indicates that a touch occurred first. BUG=113144 TEST=GestureRecognizerTest.* TBR=tdresser@chromium.org Review URL: https://chromiumcodereview.appspot.com/9566020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124451 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
I fixed this in http://git.gnome.org/browse/libxml2/commit/?id=aae48e64dfbf2b46b157a4c1857e30645116388f BUG=none TEST=libxml still compiles without warnings when using clang TBR=evan Review URL: http://codereview.chromium.org/9564011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124450 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124445 0039d316-1c4b-4281-b951-d872f2087c98
-
tbreisacher@chromium.org authored
BUG=none TEST=compile Review URL: https://chromiumcodereview.appspot.com/9549014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124444 0039d316-1c4b-4281-b951-d872f2087c98
-
bsalomon@google.com authored
Control your roll: https://chromiumcodereview.appspot.com/9252024 Review URL: https://chromiumcodereview.appspot.com/9568012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124443 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 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9566014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124440 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
This patch: - renames content/{common,browser]/file_system to content/{common,browser}/fileapi, - moves content/browser/chrome_blob_storage_context.{h,cc} into content/browser/fileapi, - moves content/common/webblob_registry_impl.{h,cc} into content/common/fileapi, - moves content/common/{file_system_messages.h,webblob_messages.h} into content/common/fileapi, - adds jianli@ to OWNERS of content/{browser,common}/fileapi, - rename FileAndBlobMessageFilter to FileAPIMessageFilter. BUG=115603 TEST='Build should finish successfully' Review URL: http://codereview.chromium.org/9558006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124439 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
BUG=114732 TEST=no functional changes Review URL: https://chromiumcodereview.appspot.com/9562005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124438 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=116101,110760 TEST=manual Review URL: http://codereview.chromium.org/9555016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124437 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
Observer updates GestureRecognition parameters when settings change. BUG=114015 Review URL: http://codereview.chromium.org/9460001 TBR=girard@chromium.org Review URL: https://chromiumcodereview.appspot.com/9562013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124436 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
* Remove the denendency to the htons(), htonl(), ntohs(), ntohl(). * Implement inet_pton_v4 without using ws2. * Update the remoting_unittests. BUG=115501 TEST=Build and run webrtc test on Windows. Review URL: http://codereview.chromium.org/9455070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124434 0039d316-1c4b-4281-b951-d872f2087c98
-
girard@chromium.org authored
Observer updates GestureRecognition parameters when settings change. BUG=114015 Review URL: http://codereview.chromium.org/9460001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124433 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=chromium-os:19569 TEST= Review URL: http://codereview.chromium.org/9442027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124432 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-