- 01 Mar, 2012 40 commits
-
-
rogerta@chromium.org authored
BUG=110050 TEST=no user visible functionality, see new unit tests. Review URL: http://codereview.chromium.org/9465018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124490 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
I'm planning on comsolidating the platform-independent management of the overflow buffer and message dispatch between the posix and windows channels. This patch separates out the behavior into the functions I'm planning on adding on the virtual interface. Basically, ProcessIncomingMessages and DispatchInputData will be the main shared code. In future patches, I'll refactor Windows in a similar way and then combine them into a shared base class. Review URL: http://codereview.chromium.org/9570001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124489 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=none Review URL: http://codereview.chromium.org/9478015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124488 0039d316-1c4b-4281-b951-d872f2087c98
-
simonjam@chromium.org authored
Details: - Add a HttpPipelinedHostForced class for connections with forced requests. + Forced requests get their own pipeline and there's only one per host. + They always try to pipeline and won't retry if evicted. + Only one HttpStreamFactoryImpl::Job runs for all requests to the same origin with forced pipelining. All requests will fail if that Job fails. - Track HttpPipelinedHosts with a Key. Right now that's origin and force-pipelining, but it might be expanded to include content type. - Add a BufferedWriteStreamSocket that wraps a normal socket. It buffers Write() calls until a task fires to dispatch the buffer to the underlying socket. BUG=110794 TEST=net_unittests and unit_tests Review URL: http://codereview.chromium.org/9433015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124487 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
- Add a fetcher class, OAuth2TokenMintFetcher, to abstract OAuth2 token mint process. - Add tests. The work to use this in AppNotifyChannlesetup will be done in upcoming patch. Review URL: https://chromiumcodereview.appspot.com/9549013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124486 0039d316-1c4b-4281-b951-d872f2087c98
-
jrg@google.com authored
BUG=None TEST= Review URL: https://chromiumcodereview.appspot.com/9566028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124485 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124484 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
TBR=haraken@chromium.org Review URL: https://chromiumcodereview.appspot.com/9569021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124483 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=None TEST=ProtectorServiceTest.*, protector.py Review URL: http://codereview.chromium.org/9500020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124482 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/112131 TEST=none Review URL: https://chromiumcodereview.appspot.com/9535025 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9564023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124479 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9569027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124478 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
BUG=114849 TEST=compiles with enable_webrtc=0 Review URL: https://chromiumcodereview.appspot.com/9568021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124477 0039d316-1c4b-4281-b951-d872f2087c98
-
tdresser@chromium.org authored
A few edges in the state machine were removed in https://chromiumcodereview.appspot.com/9452024/. This change reflects those changes in the diagram. BUG=None TEST=None Review URL: http://codereview.chromium.org/9564013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124476 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124475 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-