- 07 Aug, 2012 37 commits
-
-
shishir@chromium.org authored
We override resource_types for subresources based on mime_types to not have to deal with types such as PREFETCH, SUBRESOURCE, etc. But we should not do this for main frame requests which we want to treat separately. BUG=140838 Review URL: https://chromiumcodereview.appspot.com/10829195 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150221 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=140232 Review URL: https://chromiumcodereview.appspot.com/10834176 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150220 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This makes {{Enter,Exit} {Presentaiton Mode,Fullscreen}} symmetric, per https://docs.google.com/open?id=0B4kReKV-OI17Y1lscGhISEtCYjg BUG=114373 TEST=The actions in the above diagram work. TBR=yzshen Review URL: https://chromiumcodereview.appspot.com/10836086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150219 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=None. TEST=Verify that first/last cols icons also moves when trying to make an invalid page transition in app list. TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150218 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
BUG=136951 Review URL: https://chromiumcodereview.appspot.com/10824121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150217 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
As is suggested in crbug.com/133956 comment #5, - add " at " between date and time - use dot instead of colon for time, since colon is not allowed for HFS+/FAT32 BUG=133956, 140355 Review URL: https://chromiumcodereview.appspot.com/10827177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150216 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
BUG=140085 Review URL: https://chromiumcodereview.appspot.com/10827149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150215 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
Add a simple HTTPS server for testing getUserMedia. Popups used to be allowed through --disable-popup-blocking, but this has a bug where the resulting popup cannot be resized smaller. Instead, allow popups by modifying the prefs. BUG=chromedriver:118,chromedriver:126 TEST=none Review URL: https://chromiumcodereview.appspot.com/10828135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150214 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=140093 TEST=none TBR=gbillock@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150213 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
This was causing the test to occasionly not pick up changes. Tested with: nbuild content_shell_test_apk && touch content/shell/android/javatests/src/org/chromium/content_shell/ContentShellUrlTest.java && nbuild content_shell_test_apk Review URL: https://chromiumcodereview.appspot.com/10830171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150210 0039d316-1c4b-4281-b951-d872f2087c98
-
dgrogan@chromium.org authored
Add leveldb test files that the try servers can't process. From http://codereview.chromium.org/10826159/ TBR=jsbell BUG=108223 Review URL: https://chromiumcodereview.appspot.com/10828191 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150209 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
In response to the recent media failure (http://crbug.com/133808) we need tests which actually run over http and request enough data to trigger the more complex behaviors of our http loader. In this CL I've modified all the existing tests to wait for playthrough over both file:// and http:// protocols. Additionally I've checked in a large (~4.2MB) test file (with nsylvain's approval) for triggering the buffering issue in the bug mentioned above. BUG=134034 TEST=These tests. Eventually try bots. Review URL: https://chromiumcodereview.appspot.com/10647007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150208 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
This change causes the code to take a different HFONT creation path, which doesn't exhibit the issue. BUG=139206 TEST=Launch print preview under Windows 8 (desktop mode is fine). Print headers and footers shouldn't have a ridiculously large font size. Review URL: https://chromiumcodereview.appspot.com/10837080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150207 0039d316-1c4b-4281-b951-d872f2087c98
-
simonjam@google.com authored
Add ResourceResponseHead members to IPC_STRUCT_TRAITS. Without this, missing member will not be sent with ipc messages, and cause InterProcessTimeTicksConverter never work BUG= 139093 TEST= no test Review URL: https://chromiumcodereview.appspot.com/10829031 Patch from Pan Deng <pan.deng@intel.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150206 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10829160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150205 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
Note that this does not support the full functions of screenshots. It merely makes possible to save the screenshot .png file to /drive. What are *not* yet included in this patch are: - Show/upload the images from "Report issue" (crbug:140622). - Taking care of name collisions. For now, when a screenshot is taken after a short time period of another screenshot, the new comer will overwrite or recorded as ".. (1).png", depending on timing. Not quite good, but for M22, I hope it is better than nothing. BUG=138593 Review URL: https://chromiumcodereview.appspot.com/10830179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150204 0039d316-1c4b-4281-b951-d872f2087c98
-
tturchetto@chromium.org authored
BUG=128108 Test=This is a test. Review URL: https://chromiumcodereview.appspot.com/10826170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150203 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
TBR=ananta@chromium.org,apatrick@chromium.org Review URL: https://chromiumcodereview.appspot.com/10836116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150202 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@google.com authored
Start freeing buffers after Append() calls if total size of the stream goes above a hard cap. This caps per-stream, not per-video tag. BUG=125070 Review URL: https://chromiumcodereview.appspot.com/10853013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150201 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
After http://crosbug.com/29043 is resolved, Profile* is not used in GData operations, except that GDataAuthService::Initialize (and hence indirectly GDataOperationRunner) does indeed refers to profile for OAuth2 refresh token. BUG=none TEST=existing tests (there should be no behavior change) Review URL: https://chromiumcodereview.appspot.com/10831122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150200 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
It may contains cached printers list. BUG=139001 TEST=none Review URL: https://chromiumcodereview.appspot.com/10825172 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150199 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
TBR=garykac@chromium.org BUG=140995 Review URL: https://chromiumcodereview.appspot.com/10836122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150198 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Many of the remoting_unittests that were excluded for TSan do not exist anymore or were renamed. Tests that do exist should pass now. BUG=110729,132164 Review URL: https://chromiumcodereview.appspot.com/10855008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150196 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
for extensions that use the OAuth API. I made the same changes in a previous cl (Issue 9298035), which were approved, but then the patch went stale, and I needed to recreate the work. BUG=110560 Review URL: https://chromiumcodereview.appspot.com/9968064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150195 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150193 0039d316-1c4b-4281-b951-d872f2087c98
-
dimich@chromium.org authored
BUG= TBR= Review URL: https://chromiumcodereview.appspot.com/10826178 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150191 0039d316-1c4b-4281-b951-d872f2087c98
-
thorogood@chromium.org authored
Allows clients to retrieve the state of a specified socket. BUG=135464 TEST= Review URL: https://chromiumcodereview.appspot.com/10790137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150190 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=137744 TEST=Wrench icon looks different Review URL: https://chromiumcodereview.appspot.com/10824174 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150189 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
Failing since they were introduced. BUG=140991 Review URL: https://chromiumcodereview.appspot.com/10824193 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150188 0039d316-1c4b-4281-b951-d872f2087c98
-
kaiwang@chromium.org authored
BUG=140976 TBR=mattm@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832173 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150187 0039d316-1c4b-4281-b951-d872f2087c98
-
miket@chromium.org authored
This CL is unremarkable except that I figured out that we're improperly including some permissions for experimental APIs (which are already covered by the blanket experimental permission). This made it tougher because I used http://codereview.chromium.org/10440097/, which benefited unwittingly from a pre-declared socket permission, as an example. I then ran into missing namespace problems because I hadn't done everything necessary (such as including serial in api_permission.cc). I did my job as a good citizen and removed the superfluous USB permission. Also ran build.py to update docs. BUG=138370 TEST=no new ones; updated old ones to build. Review URL: https://chromiumcodereview.appspot.com/10852016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150186 0039d316-1c4b-4281-b951-d872f2087c98
-
kaiwang@chromium.org authored
BUG=140971 TBR=jennb@chromium.org Review URL: https://chromiumcodereview.appspot.com/10851003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150185 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
This changes the favicon IPC to return all favicon variants to the browser, and hands the to the new in-browser variant selection function. Note that favicons that come from the history database will still be lodpi. Reloading a site will force the favicon to be loaded from the network. (chrome:// favicons are always loaded through the favicon cache and hence are always lodpi) BUG=138550 TEST=Go to apple.com, amazon.com, github.com, notice hidpi favicon Review URL: https://chromiumcodereview.appspot.com/10828127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150184 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=137670 Review URL: https://chromiumcodereview.appspot.com/10823171 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150183 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitbm@google.com authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10829205 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150182 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@google.com authored
Consider the beginning of the buffered region to be the beginning of the stream only if it is within the kSeekToStartFudgeFroom. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/10832151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150181 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
Perf_AV Win tests run on chromeperf33 which are on same network with chromeperf34. BUG=None NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10831182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150180 0039d316-1c4b-4281-b951-d872f2087c98
-
- 06 Aug, 2012 3 commits
-
-
brettw@chromium.org authored
When the GPU ode resizes the window to make it non-0x0 size, it should not move the window. BUG=137523 Review URL: https://chromiumcodereview.appspot.com/10829206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150176 0039d316-1c4b-4281-b951-d872f2087c98
-
fgalligan@chromium.org authored
- bear-320x240-encrypted.webm was updated to match the decryption code in http://codereview.chromium.org/10824136/. BUG=138261 TEST=media_unittests Review URL: https://chromiumcodereview.appspot.com/10826131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150173 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Also includes a refactoring of the Ant xml scripts to use a common template (contributed by shashishekhar@chromium.org). As part of this, I also continued Torne's effort of removing our reliance on environment variables. Unfortunately this currently means that you have to specify 5 gyp flags: ANDROID_SDK, ANDROID_SDK_ROOT, ANDROID_SDK_TOOLS, ANDROID_SDK_VERSION, ANDROID_TOOLCHAIN. This'll get better as we make further use of the checked in sdk both upstream and downstream. The problem stems from the android tree and released sdk having different configurations. Review URL: https://chromiumcodereview.appspot.com/10830012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@150172 0039d316-1c4b-4281-b951-d872f2087c98
-