- 20 Mar, 2015 40 commits
-
-
mnaganov authored
Android WebView needs to register a MediaUrlInterceptor, but should not depend on content/browser. BUG=465927 Review URL: https://codereview.chromium.org/1006973002 Cr-Commit-Position: refs/heads/master@{#321547}
-
tommi authored
to not override Chromium logging macros in Chromium headers. BUG=468375 TBR=zea@chromium.org Review URL: https://codereview.chromium.org/1002013010 Cr-Commit-Position: refs/heads/master@{#321546}
-
Mattias Nissler authored
It's flaky on Mac and Win. BUG=chromium:469113 TBR=kaliamoorthi@chromium.org Review URL: https://codereview.chromium.org/1021233002 Cr-Commit-Position: refs/heads/master@{#321545}
-
phoglund authored
I found out I can give names to the test cases, which should make the graphs a lot easier to read. Also disabling some tests that currently don't produce useful data. BUG=468732 Review URL: https://codereview.chromium.org/1014573006 Cr-Commit-Position: refs/heads/master@{#321544}
-
plundblad authored
The empty string in a boolean context led to the cursor not being shown. Changed to compare against undefined instead. This also fixes the value start offset to always be 0. It should only be non-zero for multiline text fields where only part of the field is included in the braille output. BUG= Review URL: https://codereview.chromium.org/1019283003 Cr-Commit-Position: refs/heads/master@{#321543}
-
hirono authored
BUG=469039 TEST=None Review URL: https://codereview.chromium.org/1023093002 Cr-Commit-Position: refs/heads/master@{#321542}
-
hirono authored
Currently we uses different number expressing image orientation for EXIF and drive metadata. The CL added generic ImageOrientation class that is going to replace the image orientation numbers. BUG=396702 TEST=ImageOrientationTest Review URL: https://codereview.chromium.org/1025593002 Cr-Commit-Position: refs/heads/master@{#321541}
-
e.hakkinen authored
This adds a new BaseDifferenceIterator as a common base class for all tiling data difference iterators and moves duplicated code from different tiling data difference iterators to that common base class. This reduces code duplication. Review URL: https://codereview.chromium.org/1017713003 Cr-Commit-Position: refs/heads/master@{#321540}
-
treib authored
After https://codereview.chromium.org/769153007, it handles more than policy. BUG=443606 Review URL: https://codereview.chromium.org/961683002 Cr-Commit-Position: refs/heads/master@{#321539}
-
Tomasz Mikolajewski authored
This CL moves the private chrome.fileManagerPrivate.requestFileSystem to the new namespace with the following differences: - It returns an isolated file system (instead of an external). - It's much simplified. It's currently enabled to component apps only. This restriction will be released in the upcoming CL. TEST=Tested partially by existing browser tests. BUG=323422 R=benwells@chromium.org, fukino@chromium.org, hirono@chromium.org, isherman@chromium.org, xiyuan@chromium.org Review URL: https://codereview.chromium.org/985533004 Cr-Commit-Position: refs/heads/master@{#321538}
-
smut authored
BUG=468841 TBR=jochen@chromium.org TESTED=All try jobs for this CL were triggered using a no-argument "git cl try". Review URL: https://codereview.chromium.org/1020973003 Cr-Commit-Position: refs/heads/master@{#321537}
-
vkuzkokov authored
BUG=469011 Review URL: https://codereview.chromium.org/1028493003 Cr-Commit-Position: refs/heads/master@{#321536}
-
Mattias Nissler authored
These tests are flaky on all platforms. BUG=chromium:340354 TBR=finnur@chromium.org Review URL: https://codereview.chromium.org/1026673002 Cr-Commit-Position: refs/heads/master@{#321535}
-
yurys authored
BUG=466631 Review URL: https://codereview.chromium.org/1011553003 Cr-Commit-Position: refs/heads/master@{#321534}
-
thestig authored
Review URL: https://codereview.chromium.org/1002623005 Cr-Commit-Position: refs/heads/master@{#321533}
-
hirono authored
The following CL replaces the existing code with the new class. BUG=469039 TEST=JobEventRouterTest Review URL: https://codereview.chromium.org/1023923002 Cr-Commit-Position: refs/heads/master@{#321532}
-
mariakhomenko authored
Ensures that we can figure out how often zero suggest is triggered in a session. BUG= Review URL: https://codereview.chromium.org/1002263006 Cr-Commit-Position: refs/heads/master@{#321531}
-
chromeos-commit-bot authored
Cr-Commit-Position: refs/heads/master@{#321530} -
gangwu authored
supported 32K using finch experiment. BUG=464063 Review URL: https://codereview.chromium.org/1016563005 Cr-Commit-Position: refs/heads/master@{#321529}
-
lgarron authored
BUG= Review URL: https://codereview.chromium.org/1012333004 Cr-Commit-Position: refs/heads/master@{#321528}
-
kjellander authored
Revert of Disabling failing tests in WebRtcApprtcBrowserTest (patchset #2 id:20001 of https://codereview.chromium.org/1016693002/) Reason for revert: We have landed an update to the AppRTC app in https://codereview.chromium.org/1023683002/ now, so these tests should now work. Original issue's description: > Disabling failing tests in WebRtcApprtcBrowserTest. > > These tests will be enabled again once the AppRTC app is working again which we expect will happen rather soon. > > TBR=phoglund > BUG=467471 > > Committed: https://crrev.com/15103a5ff0f262c85309d4b6af957d7c089aab3d > Cr-Commit-Position: refs/heads/master@{#320883} TBR=phoglund@chromium.org,henrika@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=467471 Review URL: https://codereview.chromium.org/1027673002 Cr-Commit-Position: refs/heads/master@{#321527}
-
gunsch authored
R=agoode@chromium.org,wolenetz@chromium.org BUG=None Review URL: https://codereview.chromium.org/1023893002 Cr-Commit-Position: refs/heads/master@{#321526}
-
amistry authored
BUG=465971 Review URL: https://codereview.chromium.org/1011813006 Cr-Commit-Position: refs/heads/master@{#321525}
-
wfh authored
Visual studio uses rip-relative addressing (rra) extensively in 64 bit binaries. ParseRel32RelocsFromSection does not find these addresses, which causes courgette to miss a lot of rva pointers, and thus missing a lot of compresssion opportunities. This patch makes the ParseRel32RelocsFromSection find rip relative call/jmp/lea. It also finds mov's that load from memory using rra's. Based on CL by niels.werensteijn.teamspeak@gmail.com in crrev.com/212563003 This change gives a noticeable improvement on 64-bit binaries. Against test binaries (64-bit chrome.dll 40.0.2214.115->43.0.2317.0) the patch sizes were: Uncompressed: before: 10,948,152 after: 9,948,442 (9.1% reduction) Compressed (7z ultra): before: 6,084,670 after: 5,581,502 (8.3% reduction) BUG=459064 TEST=courgette_unittests Review URL: https://codereview.chromium.org/878043002 Cr-Commit-Position: refs/heads/master@{#321524}
-
zhuoyu.qian authored
As the TODO in cast_config.h bu miu@, remove rtcp_interval, since it is always be kDefaultRtcpIntervalMs. BUG= R=miu@chromium.org Review URL: https://codereview.chromium.org/1012573002 Cr-Commit-Position: refs/heads/master@{#321523}
-
rch authored
and share it with both the QuicClientSession and QuicSimpleClient. BUG= Review URL: https://codereview.chromium.org/1009803003 Cr-Commit-Position: refs/heads/master@{#321522}
-
michaelpg authored
The low battery notification is a TrayNotificationView. This CL makes it into a message center notification instead, giving it updated icons. This fixes issues caused by using the outdated tray notification style. A new BatteryNotification class is added to show, hide and update the MessageCenter Notification. TrayPower::PowerNotificationView is removed. PowerStatusView and PowerStatusViewTest are simplified. BUG=163120,371364 R=skuhne@chromium.org, oshima@chromium.org Review URL: https://codereview.chromium.org/1014753003 Cr-Commit-Position: refs/heads/master@{#321521}
-
nednguyen authored
BUG=468085 Review URL: https://codereview.chromium.org/999643003 Cr-Commit-Position: refs/heads/master@{#321520}
-
dcastagna authored
properties. With this patch we benchmark both of these upload techniques. When using glTexSubImage2D the texture storage is specified with glTexStorage2D when available, or glTexImage2D passing an empty pointer as data. Trying to re-land this patch after it broke the perfbots (crbug.com/468748). BUG=468748 Review URL: https://codereview.chromium.org/1027623002 Cr-Commit-Position: refs/heads/master@{#321519}
-
dmazzoni authored
BUG=84250 TBR=aboxhall NOTRY=true Review URL: https://codereview.chromium.org/1021963002 Cr-Commit-Position: refs/heads/master@{#321518}
-
eroman authored
This change was automatically generated by running: update_use_counter_feature_enum.py BUG=428806 Review URL: https://codereview.chromium.org/1024763002 Cr-Commit-Position: refs/heads/master@{#321517}
-
deepak.m1 authored
currently behavior of alt+Left arrow key and Left Arrow key are same. Check added so that when user select alt+Left arrow key then it will be handled by default behavior. BUG=468605 Review URL: https://codereview.chromium.org/1019193002 Cr-Commit-Position: refs/heads/master@{#321516}
-
hirono authored
BUG=450630 TEST=None Review URL: https://codereview.chromium.org/1018853005 Cr-Commit-Position: refs/heads/master@{#321515}
-
behara.ms authored
In Compositor Frame Time counter the text "time(ms)" gets chopped from right side. Also in FPS Display "GPU raster" status get chopped from right side. This is caused due to width constraint. Rearranging the Display items to display all items properly BUG=445877 Review URL: https://codereview.chromium.org/1001123003 Cr-Commit-Position: refs/heads/master@{#321514}
-
calamity authored
This CL makes the ContentsView's API state-keyed rather than page index keyed. This removes cruft from callers of SetActivePage and will support further refactors. BUG=455059 TBR=jamescook@chromium.org, benwells@chromium.org Review URL: https://codereview.chromium.org/947903002 Cr-Commit-Position: refs/heads/master@{#321513}
-
rdevlin.cronin authored
Add capability for having a "Report abuse" checkbox on the extension uninstall dialog. Currently, don't show this until we have the field trial specifications worked out. BUG=441377 Review URL: https://codereview.chromium.org/1010953002 Cr-Commit-Position: refs/heads/master@{#321512}
-
mseaborn authored
This pulls in the following Native Client changes: 4db937c: (jfb@chromium.org) Update revision for PNaCl db53905: (jvoung@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS 04b09f1: (jfb@chromium.org) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS 924decd: (hidehiko@chromium.org) Non-SFI mode: Enable C++11 features on gyp build. 7fe2747: (jfb@chromium.org) Overflow test: improve testing of signed values around 0 d632af2: (jfb@chromium.org) Update revision for PNaCl cc78fa0: (sbc@chromium.org) Update sysroot creator scripts toolchain. Changes: https://chromium.googlesource.com/native_client/src/native_client/+log/f418b37b22393d82c08d28ce1c151bed933d2c9b..cc78fa093218f9a9a5e576002e197e17da379023 BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_chromium_dbg_32_ng,linux_arm_compile,linux_nacl_sdk_build Review URL: https://codereview.chromium.org/1022923004 Cr-Commit-Position: refs/heads/master@{#321511}
-
reillyg authored
In commit 3576d464 the conversion of the selected directory to an absolute path was moved from FileSystemChooseEntryFunction::ConfirmDirectoryAccessOnFileThread to FilesSelected. As the latter runs on the UI thread this violated I/O restrictions and results in a DCHECK. This was not caught by tests because in the test environment I/O appears to be allowed on the main thread. This change splits the call to IsUnderNonNativeLocalPath from the conversion to an absolute path. BUG=457841 Review URL: https://codereview.chromium.org/1023793002 Cr-Commit-Position: refs/heads/master@{#321510}
-
Daichi Hirono authored
BUG=None TEST=None TBR=pneubeck@chromium.org Review URL: https://codereview.chromium.org/1021103002 Cr-Commit-Position: refs/heads/master@{#321509}
-
estade authored
BUG=446700 Review URL: https://codereview.chromium.org/997713004 Cr-Commit-Position: refs/heads/master@{#321508}
-