- 19 Sep, 2014 25 commits
-
-
chrome://settingsvitalyp authored
R=dbeam@chromium.org BUG=393873 TEST=GYP_GENERATORS=ninja gyp --depth . chrome/browser/resources/options/compiled_resources.gyp && ninja -C out/Default | grep ERROR | wc -l Review URL: https://codereview.chromium.org/559423003 Cr-Commit-Position: refs/heads/master@{#295637}
-
John Abd-El-Malek authored
This is breaking after r295514 which enforces that every file listed in an isolate file exists. BUG=414808 R=dbeam@chromium.org Review URL: https://codereview.chromium.org/587503002 Cr-Commit-Position: refs/heads/master@{#295636}
-
shimazu authored
In order to contain the newer timing information, net::LoadTimingInfo::ServiceWorkerTiming is defined and contained in net::LoadTimingInfo. Of course this struct is widely used, so is this okey? or is there some another solution? 1st patch: https://codereview.chromium.org/515583005/ BUG=401389 TEST=N/A Review URL: https://codereview.chromium.org/515753003 Cr-Commit-Position: refs/heads/master@{#295635}
-
dtu authored
This allows us to read MSRs on Windows Vista+. Also move ReadMsr into PlatformBackend. BUG=336558 TEST=tools/telemetry/run_tests msr Review URL: https://codereview.chromium.org/578123002 Cr-Commit-Position: refs/heads/master@{#295634}
-
sorin authored
BUG=411009 Review URL: https://codereview.chromium.org/581803002 Cr-Commit-Position: refs/heads/master@{#295633}
-
hans authored
The GYP build was updated in https://crrev.com/5926b3d223f5c183b3341a01b522875aceae2ed9 BUG=none TBR=brettw Review URL: https://codereview.chromium.org/585693002 Cr-Commit-Position: refs/heads/master@{#295632}
-
mithro authored
Changes the trace to output to include; * How much the deadline was missed by. * The full BeginFrameArgs that was dropped. BUG=346230 Review URL: https://codereview.chromium.org/579083002 Cr-Commit-Position: refs/heads/master@{#295631}
-
vmpstr authored
The tile priority visible rect is sometimes expected to be not intersecting the layer bounds. That's expected, since the layer might be offscreen. In those cases we should still be correctly prioritizing and creating tiles. This fix addresses that. BUG=414521 R=danakj Review URL: https://codereview.chromium.org/577753002 Cr-Commit-Position: refs/heads/master@{#295630}
-
zork authored
- Add helper buffer for sending IOBuffer - Add initialization error states. - Make the device name more human-readable. BUG=405744,405774 Review URL: https://codereview.chromium.org/575273002 Cr-Commit-Position: refs/heads/master@{#295629}
-
michaelpg authored
BUG=313244 R=dbeam@chromium.org Review URL: https://codereview.chromium.org/514503002 Cr-Commit-Position: refs/heads/master@{#295628}
-
ianwen authored
Instrumental test for BookmarksBridge. It currently tests these functionalities: addBookmark, addFolder and getAllFoldersWithDepths. BUG=411545 Review URL: https://codereview.chromium.org/550543003 Cr-Commit-Position: refs/heads/master@{#295627}
-
zhenw authored
This CL fixes the memory leak bug in CL 462423004. See https://codereview.chromium.org/462423004/ for previous code reviews. ------------------------- Original CL description ------------------------- Revert CL 117933003. Re-add speculative resource prefetching code. https://codereview.chromium.org/117933003/ The speculative resource prefetching code was experimental code developed by shishir@. He found that it has little improvement on desktop Chrome (win). We though this should be beneficial to mobile browsers. After discussing with tburkard@ and kenjibaheux@, we decided to bring the code back and do more analysis on mobile devices. Reverting the patchset to re-add the code is the first step. The following design doc has discussed all related approaches and action items. https://docs.google.com/a/google.com/document/d/1ie3hu-zNNXvmTXm3aJAtKUGOh6nZfbNjA0aZE1bzzIg/edit?usp=sharing BUG=408399, 405690 Review URL: https://codereview.chromium.org/576313002 Cr-Commit-Position: refs/heads/master@{#295626}
-
tapted authored
Otherwise initialization that occurs offscreen can load incorrect screen metric information. E.g. a RenderView will assume it is on the primary display when loaded in a bubble, which results in it being created with an incorrect scale factor in some screen setups. This CL adds a call to -[BaseBubbleController setAnchorPosition] in the non-NIB initializer to give the window a good estimate of the position it will eventually be shown at. BUG=324748 Review URL: https://codereview.chromium.org/573143002 Cr-Commit-Position: refs/heads/master@{#295625}
-
tengs authored
BUG=410082 Review URL: https://codereview.chromium.org/535343003 Cr-Commit-Position: refs/heads/master@{#295624}
-
rob authored
And also add error validation to the tabs.query method (while we're at it). BUG=128924 TEST=ExtensionApiTest.TabQuery Review URL: https://codereview.chromium.org/569803004 Cr-Commit-Position: refs/heads/master@{#295623}
-
ericwilligers authored
The following supressions are no longer needed: bug_101125a bug_101125b bug_101125c bug_101145b bug_101145c bug_101145d bug_101146d BUG=101125,101145,101146 R=timurrrr@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/578773002 Cr-Commit-Position: refs/heads/master@{#295622}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/2dc4bc6..34469ea TBR=dpranke@chromium.org,apavlov@chromium.org Review URL: https://codereview.chromium.org/584703002 Cr-Commit-Position: refs/heads/master@{#295621}
-
ckocagil authored
BUG=414880 R=brettw Review URL: https://codereview.chromium.org/576293003 Cr-Commit-Position: refs/heads/master@{#295620}
-
ericwilligers authored
The following supressions are no longer needed: bug_102257 bug_102327b bug_102327c bug_102614 bug_104578 bug_105715 BUG=102257,102327,102614,104578,105715 R=timurrrr@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/552343004 Cr-Commit-Position: refs/heads/master@{#295619}
-
tapted authored
This is done in a comparable way to NativeViewHostAura, but using a ReparentNSView helper function which reparents an NSView to a NativeWidgetMac's BridgedContentView (or to `nil`). Earlier attempts tried to use NativeWidgetPrivate::ReparentNativeView() which turns out to be a bad idea, since it's really designed to reparent windows (aura::Windows or HWNDs). Mac's child window support is insufficient for what toolkit-views expects, and WebContents on Mac are managed by an NSView in any case, not an NSWindow. Along with logic currently in render_widget_host_view_mac.mm and web_contents_view_mac.mm, reparenting renderer views needs to be done in the native view hierarchy, not the window hierarchy. This CL no longer tries to enable the current native_view_host_unittest.cc (tests there assume ReparentNativeView is used), but adds native_view_host_mac_unittest.mm to give test coverage, and to inspect properties at the Cocoa layer. Common parts of the 3 _unittest.* files are refactored into a NativeViewHostTestBase class. Some other views_unittests are also made passing by implementing a NativeViewHost::CreateWrapper that doesn't just return NULL: 4xFocusTraverslTest and NativeWidgetTest.GetTopLevelNativeWidget2 Before: 455 tests run 22 tests failed 21 tests crashed. After: 458 tests run 22 tests failed 16 tests crashed. BUG=378134, 415024 Review URL: https://codereview.chromium.org/530933002 Cr-Commit-Position: refs/heads/master@{#295618}
-
mukai authored
BUG=415745 R=oshima@chromium.org TEST=manually Review URL: https://codereview.chromium.org/583503003 Cr-Commit-Position: refs/heads/master@{#295617}
-
mukai authored
- record the original state when the gesture starts - changes the height condition for the closest state based on the original state - limit the fling handling only when the closest state ends up with the original state. This will save the most of the case, however it may cause unexpected results if the user makes complicated gestures (like moves up from minimized, up to the full-screen, then fling-down). I think this is a rare case and we don't have to care about. BUG=415211 R=pkotwicz@chromium.org TEST=athena_unittests && manually Review URL: https://codereview.chromium.org/581933004 Cr-Commit-Position: refs/heads/master@{#295616}
-
dbeam authored
R=agable@chromium.org BUG=414994 Review URL: https://codereview.chromium.org/582003003 Cr-Commit-Position: refs/heads/master@{#295615}
-
samli authored
BUG=415241 Review URL: https://codereview.chromium.org/579863004 Cr-Commit-Position: refs/heads/master@{#295614}
-
jackhou authored
BUG=413294 Review URL: https://codereview.chromium.org/574283002 Cr-Commit-Position: refs/heads/master@{#295613}
-
- 18 Sep, 2014 15 commits
-
-
rsesek authored
BUG=406410 R=jochen@chromium.org Review URL: https://codereview.chromium.org/585633002 Cr-Commit-Position: refs/heads/master@{#295612}
-
Elliot Glaysher authored
This reverts commit f1624ddc. Broke Google Chrome ChromeOS compile: http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20ChromeOS/builds/72048/steps/compile/logs/stdio In file included from gen/extensions/browser/api/generated_api_registration.cc:20: In file included from ../../extensions/browser/api/cast_channel/cast_channel_api.h:16: ../../extensions/browser/api/cast_channel/cast_socket.h:19:10: fatal error: 'extensions/browser/api/cast_channel/logging.pb.h' file not found ^ (Manually reverted because of file add.) TBR=kmarshall@chromium.org BUG= Review URL: https://codereview.chromium.org/588433002 Cr-Commit-Position: refs/heads/master@{#295611}
-
xiyuan authored
- Fetch crypthome keys when EasyUnlockServiceSignIn is assocated with a user; - Translate and provide remote devices and challenge from key data; BUG=401636 Review URL: https://codereview.chromium.org/576383002 Cr-Commit-Position: refs/heads/master@{#295610}
-
cmasone authored
Trying to use ar to put a static lib inside a complete static lib doesn't work. GN should enforce and document this restriction. BUG=None TEST=gn_unittests, including new test for this case. R=brettw Review URL: https://codereview.chromium.org/582863002 Cr-Commit-Position: refs/heads/master@{#295609}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/23e280d..b14e4a0 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=stephana@google.com Review URL: https://codereview.chromium.org/586453004 Cr-Commit-Position: refs/heads/master@{#295608}
-
sky authored
The two directories depend on each other, so there isn't much point in having separate BUILD.gn files. BUG=408651 TEST=none R=brettw@chromium.org Review URL: https://codereview.chromium.org/577383002 Cr-Commit-Position: refs/heads/master@{#295607}
-
chrome://settingsvitalyp authored
R=dbeam@chromium.org BUG=393873 TEST=GYP_GENERATORS=ninja gyp --depth . chrome/browser/resources/options/compiled_resources.gyp && ninja -C out/Default | grep ERROR | wc -l Review URL: https://codereview.chromium.org/570503002 Cr-Commit-Position: refs/heads/master@{#295606}
-
jamescook authored
They don't need to run in Chrome's unit_tests suite any more. * Move ExtensionL10UtilTest * Move FileUtilTest * Keep browser action and page action tests in Chrome, since those are Chrome-specific concepts This CL depends on https://codereview.chromium.org/565423003/ for cleanup of _manifest_features.json BUG=397165 TEST=extensions_unittests, unit_tests Review URL: https://codereview.chromium.org/562273006 Cr-Commit-Position: refs/heads/master@{#295605}
-
jdduke authored
View invalidations outside of animation can stall the Chrome message loop. Avoid such stalls during page load by synchronizing all ChromeShell progress drawable updates with View animation. BUG=414674 Review URL: https://codereview.chromium.org/583673002 Cr-Commit-Position: refs/heads/master@{#295604}
-
estade authored
BUG=415433 Review URL: https://codereview.chromium.org/583573004 Cr-Commit-Position: refs/heads/master@{#295603}
-
kmarshall authored
Delete redundant non-proto ReadState/WriteState/ConnectState enums. Add cast protogen rule to extension registration deps. BUG= Review URL: https://codereview.chromium.org/576483003 Cr-Commit-Position: refs/heads/master@{#295602}
-
rch authored
InitializeSession. This seems to be able to happen if too much time elapses between the call to the constructor and the call to InitializeSession. This fixes the fix from https://codereview.chromium.org/560913002 BUG=399147 Review URL: https://codereview.chromium.org/579533003 Cr-Commit-Position: refs/heads/master@{#295601}
-
brettw authored
These files were being removed twice from the sources. TBR=viettrungluu Review URL: https://codereview.chromium.org/568153006 Cr-Commit-Position: refs/heads/master@{#295600}
-
cjhopman authored
Currently, when distillation fails, the TaskTracker signals that a source has finished. It then checks if all sources are done (and if not, it will wait to call the callback). The check for sources done though assumes that if distiller_ is non-null, then distillation is still in progress. So, we should be deleting/releasing distiller_ when it finished (and before signalling that the source is finished). This also updates the standalone content extractor to fail if extraction of some url fails. Review URL: https://codereview.chromium.org/575883002 Cr-Commit-Position: refs/heads/master@{#295599}
-
erikchen authored
This CL was reverted due to test failures. Under inspection, the test proved to already be flaky. The test has been disabled. See http://crbug.com/415422 for more details. --------------Original CL Description----------------- The menu item "Enter Presentation Mode" has different effects in 10.6 and 10.7+. In 10.6, the menu item invokes Immersive Fullscreen. In 10.7+, the menu item invokes AppKit Fullscreen. Similar logic applies to fullscreen invoked by an extension. I accidentally changed this logic during the fullscreen refactor by removing the 10.6 vs 10.7+ conditional. This CL adds back the conditional. I also updated the code to explicitly indicate the mechanism that is invoking fullscreen to prevent similar future mistakes. Original CL: https://codereview.chromium.org/575653003/ BUG=NONE TBR=rsesek@chromium.org Review URL: https://codereview.chromium.org/576393002 Cr-Commit-Position: refs/heads/master@{#295598}
-