- 24 Sep, 2014 40 commits
-
-
mlamouri authored
The algorithm is first trying to find an image to fit exactly the required size in the device scale factor and default scale factor. If it can't it will try to find the closest but preferrable largest image. Note that the algorithm completely ignore an entry with no 'sizes'. Fetching the image happens as soon as the Manifest is loaded and can be done before or after the call to ShortcutHelper::AddShortcut(). BUG=366145 TEST=ShortcutHelperTest Review URL: https://codereview.chromium.org/601433002 Cr-Commit-Position: refs/heads/master@{#296522}
-
shreeram.k authored
This is blink side patch for this CL https://codereview.chromium.org/588653003/ BUG=385070 Review URL: https://codereview.chromium.org/592683002 Cr-Commit-Position: refs/heads/master@{#296521}
-
groby authored
Answer contents and type must always be copied to the highest-scoring suggestion, to ensure answers are not lost due to suggestion deduplication. BUG=415836 R=mpearson Review URL: https://codereview.chromium.org/584653004 Cr-Commit-Position: refs/heads/master@{#296520}
-
tbarzic authored
BUG=401634 TEST=Easy unlock works Easy signin works (woth some changes to the unlock app) Review URL: https://codereview.chromium.org/585213002 Cr-Commit-Position: refs/heads/master@{#296519}
-
kbr authored
This test is flaky on the x86 Linux bots too. BUG=236936 Review URL: https://codereview.chromium.org/604533002 Cr-Commit-Position: refs/heads/master@{#296518}
-
mlamouri authored
This is also fixing the chrome/OWNERS android related rules to apply on chrome_android*.gypi files instead of *android*. BUG=None Review URL: https://codereview.chromium.org/604503002 Cr-Commit-Position: refs/heads/master@{#296517}
-
semenzato authored
Program the NIC to wake-on-packet for packets arriving from the GCM server. Chrome notifies the connection manager (shill) by calling D-Bus methods. The return status indicates if the operation succeeded or not (depending on hardware support and the type of connection). This is a resubmission of a previous patch with the same title and functionality containing fixes and a workaround for a problem that is independent of this patch. Bug 415821 remains open for that problem. Keywords: wowlan, wake-on-lan, wake-on-wlan BUG=360295 TEST=verified dbus methods are called, and packets are sent on the TEST=connection passed to the methods. Also verified that shill TEST=programs the NIC correctly, and packets wake up the device. Review URL: https://codereview.chromium.org/597683005 Cr-Commit-Position: refs/heads/master@{#296516}
-
pkotwicz authored
BUG=404661, 179713 TEST=Manual, see bug R=flackr, oshima, derat TBR=stevenjb Review URL: https://codereview.chromium.org/585623003 Cr-Commit-Position: refs/heads/master@{#296515}
-
elijahtaylor authored
The previous CL (https://codereview.chromium.org/540673002) was not fully correct. It used a path based on <nacl_arch>, but the path can be arbitrary based on entries in the extension's manifest. If the extension used non-nacl_arch paths, it would continually download and install the same copy of the extension, eventually filling up the user's disk if left long enough without restarting Chrome. BUG=414156 Review URL: https://codereview.chromium.org/596193002 Cr-Commit-Position: refs/heads/master@{#296514}
-
hcarmona authored
BUG=265583 Review URL: https://codereview.chromium.org/598533004 Cr-Commit-Position: refs/heads/master@{#296513}
-
newt authored
When verifying that the cached doodle is still valid, we load the doodle URL and append the query param "async=es_dfp:<fingerprint>". Previously, the ":" was being escape to "%3A", causing the server to respond with a 400 error. This mollifies the server by keeping the colon unescaped. BUG=413845 Review URL: https://codereview.chromium.org/587943003 Cr-Commit-Position: refs/heads/master@{#296512}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/3bcf32e..a8890fa TBR=pdr@chromium.org,wjmaclean@chromium.org,ager@chromium.org Review URL: https://codereview.chromium.org/604493002 Cr-Commit-Position: refs/heads/master@{#296511}
-
jrummell authored
When creating a MediaPlayer, pass the initial CDM value, if there is one. This may happen if setMediaKeys() has been called before the MediaPlayer object is needed. The initial CDM value may be null. BUG=358271 TEST=existing EME tests still pass Review URL: https://codereview.chromium.org/594713002 Cr-Commit-Position: refs/heads/master@{#296510}
-
danakj authored
NOTRY=true Review URL: https://codereview.chromium.org/600953002 Cr-Commit-Position: refs/heads/master@{#296509}
-
rockot authored
This moves SafeManifestParser to extensions_browser. Also creates a new ExtensionUtility IPC message class in which to define extensions utility process messages. The relevant manifest parsing messages have been moved into this class. BUG=398671 Review URL: https://codereview.chromium.org/464613002 Cr-Commit-Position: refs/heads/master@{#296508}
-
jdduke authored
Tighten the directional comparison for fling accumulation, preventing perfectly orthogonal flings from accumulating. Also adjust Android's ContentViewScrollingTest#testFling integration test to scale the fling by the device scale factor, ensuring consistent results all all displays. BUG=406848 Review URL: https://codereview.chromium.org/602873002 Cr-Commit-Position: refs/heads/master@{#296507}
-
dnicoara authored
Ozone compiles with USE_AURA=1 TOOLKIT_VIEWS=0 which cases compile errors due to missing member functions ShowDisambiguationPopup and HideDisambiguationPopup. BUG=none TBR=jam@chromium.org Review URL: https://codereview.chromium.org/596373002 Cr-Commit-Position: refs/heads/master@{#296506}
-
mustaq authored
Added checks for missing arguments in event_sender.cc. Also simplified the uses of x & y in EventSender::GestureEvent. BUG=415970 Review URL: https://codereview.chromium.org/584203003 Cr-Commit-Position: refs/heads/master@{#296505}
-
yefim authored
When bookmarks experiment is enabled existing code will add a command line flag that will allow opt-out to be shown on a chrome:flags page. On Chrome OS at time of login if they see command line flag from any experiment they restart browser. It creates delay and user will see a black screen for a couple seconds. It happens on every login, not only the first one. I talked to CrOS devs and they strongly discourage from using command line flags. So for Chrome OS only do not add flag to command line but still keep it in a flag_storage. Use flag storage when need to check if flag is set. BUG= Review URL: https://codereview.chromium.org/578333003 Cr-Commit-Position: refs/heads/master@{#296504}
-
mathp authored
Keeps the fetcher functionality as ImageFetcherImpl in chrome/browser/search/suggestions. BUG=387751 TBR=blundell TEST=ImageManagerTest,ImageFetcherBrowserTest Review URL: https://codereview.chromium.org/543753002 Cr-Commit-Position: refs/heads/master@{#296503}
-
alekseys authored
BUG=363590 Review URL: https://codereview.chromium.org/595423002 Cr-Commit-Position: refs/heads/master@{#296502}
-
alekseys authored
BUG=416701 Review URL: https://codereview.chromium.org/602863002 Cr-Commit-Position: refs/heads/master@{#296501}
-
wuhu authored
BUG=412126 Committed: https://crrev.com/01c68e8765254d9971296b291ff718b4f6af3004 Cr-Commit-Position: refs/heads/master@{#295591} Committed: https://crrev.com/74c6ef17a08754abadb6fb64da14249898285fa8 Cr-Commit-Position: refs/heads/master@{#296107} Review URL: https://codereview.chromium.org/565803002 Cr-Commit-Position: refs/heads/master@{#296500}
-
jam authored
BUG=414808 TBR=maruel@chromium.org NOTRY=true Committed: https://chromium.googlesource.com/chromium/src/+/01b2eb0b5e291faa238d6a21def3e62056bc1fdd Review URL: https://codereview.chromium.org/598053002 Cr-Commit-Position: refs/heads/master@{#296499}
-
morrita authored
This is a step toward to killing FileDescriptor. This change lets FiileDescriptorSet have both Files (for owning fds) and PlatformFiles (for non-owning fds). Doing this, we no longer need FileDescriptor which provides |auto_close| flag. BUG=415294 TEST=ipc_tests, ipc_mojo_unittests R=agl@chromium.org, jam@hcromium.org, viettrungluu@chromium.org Review URL: https://codereview.chromium.org/583473002 Cr-Commit-Position: refs/heads/master@{#296498}
-
thestig authored
r1385: Linux: Call memset() in a couple places in ExceptionHandler. r1386: IWYU in minidump_writer.cc to fix building with libc++. r1387: Fix some nits raised by Timur for r1385. Also remove Valgrind suppression Breakpad r1385 fixed. BUG=332335 Review URL: https://codereview.chromium.org/601823003 Cr-Commit-Position: refs/heads/master@{#296497}
-
sclittle authored
Keep track of the situations when Chrome expects the data reduction proxy via header to be present in a response, but the data reduction proxy via header is missing. This change is the same as the reverted change https://codereview.chromium.org/577343002/, except that it includes a 1-line fix in data_reduction_proxy_usage_stats_unittests.cc to make the tests pass when run with Valgrind in release builds. BUG=412888 Review URL: https://codereview.chromium.org/602503002 Cr-Commit-Position: refs/heads/master@{#296496}
-
guohui authored
BUG=414247 Review URL: https://codereview.chromium.org/597603003 Cr-Commit-Position: refs/heads/master@{#296495}
-
peter authored
This changes the ExtensionWelcomeNotification to be its own keyed service, which seperates it from the DesktopNotificationService. BUG= Review URL: https://codereview.chromium.org/580093003 Cr-Commit-Position: refs/heads/master@{#296494}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/1216f1b..3bcf32e TBR=pdr@chromium.org,wjmaclean@chromium.org,ager@chromium.org Review URL: https://codereview.chromium.org/602833002 Cr-Commit-Position: refs/heads/master@{#296493}
-
nednguyen authored
Some devices remove cpu related files from /proc when the cores are turned off. We assume the frequency is 0 if it's missing. BUG=417259 Review URL: https://codereview.chromium.org/598093003 Cr-Commit-Position: refs/heads/master@{#296492}
-
oshima authored
Looks like I made an error when I split the CL. I'll add a test in a separate CL. BUG=None TBR=mukai@chromium.org Review URL: https://codereview.chromium.org/602843002 Cr-Commit-Position: refs/heads/master@{#296491}
-
yusufo authored
BUG=415352 Review URL: https://codereview.chromium.org/575253003 Cr-Commit-Position: refs/heads/master@{#296490}
-
mlerman authored
If the most recent profile is locked and the user uses the Windows system tray to access the Task Manager or About Chrome, the user will now first be presented with the User Manager, and only after selecting or unlocking a profile will they be brought automatically to their original destination. BUG=409030 TEST=Enable --new-profile-management. Have at least one background app running under your profile (e.g. Hangouts). Close Chrome. In the system tray, Chrome ->Task Manager or About Chrome. Only after unlocking your profile or opening a new profile, you'll see the original selection. Review URL: https://codereview.chromium.org/564453003 Cr-Commit-Position: refs/heads/master@{#296489}
-
junov authored
BUG=415100 Review URL: https://codereview.chromium.org/601883002 Cr-Commit-Position: refs/heads/master@{#296488}
-
gcasto authored
BUG=318977 Review URL: https://codereview.chromium.org/598743002 Cr-Commit-Position: refs/heads/master@{#296487}
-
jamesr authored
cc::Surface instances in the surface map have raw pointers to the surface holder, so the holder needs to outlive the map. BUG=417325 Review URL: https://codereview.chromium.org/603703002 Cr-Commit-Position: refs/heads/master@{#296486}
-
viettrungluu authored
This eliminates the need for |ProxyMessagePipeEndpoint::Attach()|. R=brettw@chromium.org Review URL: https://codereview.chromium.org/588193004 Cr-Commit-Position: refs/heads/master@{#296485}
-
hanxi authored
BUG=352293 Review URL: https://codereview.chromium.org/595033002 Cr-Commit-Position: refs/heads/master@{#296484}
-
robertocn authored
- Removed redundant output of the test command. - Reduced the number of steps to three and wrote them as succintly as possible. - Added the clarifying notes separately at the end. BUG=404088 Review URL: https://codereview.chromium.org/596963002 Cr-Commit-Position: refs/heads/master@{#296483}
-