- 25 Apr, 2014 40 commits
-
-
hashimoto@chromium.org authored
chrome.test.fail cannot be used as ErrorCallback because it throws exception when the number of arguments doesn't match. This wrong use of chrome.test.fail makes the error output useless when something goes wrong. BUG=None TEST=browser_tests Review URL: https://codereview.chromium.org/258523004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266271 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266270 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
The ui:: cursors constants like ui::kCursorIBeam are gfx::NativeCursors on aura, but not other platforms. This change introduces ui/views/native_cursor.h, which provides a set of functions giving gfx::NativeCursor constants in a platform-independent way. BUG=366007 Review URL: https://codereview.chromium.org/248863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266269 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
In Debug configuration: $ gn gen out/Debug_gn $ ninja -C out/Debug_gn strings In Release configuration: $ gn gen out/Release_gn --args=is_debug=false $ ninja -C out/Release_gn strings BUG=None TEST=see above R=brettw@chromium.org Review URL: https://codereview.chromium.org/246593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266268 0039d316-1c4b-4281-b951-d872f2087c98
-
nasko@chromium.org authored
This CL adds a NavigateFrameToURL method, which will allow browser tests to navigate specific (sub)frames and more precise out-of-process iframes tests can be written. It also changes how cross-site transition is done for --site-per-process. It used to depend on the Referer header, but if there is a navigation to data URL, it will be empty and there will always be a transfer to new renderer. I'm changing it to do the check on the UI thread and for now to be a very simplistic one - is the URL in the same SiteInstance as the current renderer. BUG=357747 Review URL: https://codereview.chromium.org/248963007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266267 0039d316-1c4b-4281-b951-d872f2087c98
-
aboxhall@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=172520:172575&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/259773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266266 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/234813010/tonyg@chromium.org authored
Reason for revert: Did not fix OOM, just moved it. BUG=357326 Original issue's description: > Remove oilevent from tough layout cases. > > It OOMs on some android devices now and no one has the cycles to debug. > > BUG=357326 > NOTRY=True > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266039 TBR=simonhatch@chromium.org,rschoen@chromium.org NOTREECHECKS=true NOTRY=true BUG=357326 Review URL: https://codereview.chromium.org/252703005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266257 0039d316-1c4b-4281-b951-d872f2087c98
-
posciak@chromium.org authored
Fix parsing order of the stream parameters string to match the documented order. TEST=Run BUG=None TBR=fischman@chromium.org Review URL: https://codereview.chromium.org/257713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266256 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
It hangs for an unknown reason. This patch disables it while we invetigate and should be reverted once solved. BUG=353260 TBR=dtu@chromium.org Review URL: https://codereview.chromium.org/253573005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266254 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
It fails to scroll on android due to a functional Chrome bug. Please revert this patch after this bug is fixed. BUG=366371 TBR=ernstm@chromium.org Review URL: https://codereview.chromium.org/250773009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266253 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=thakis@chromium.org BUG=none TEST=no DCHECK()s about unhandled webui messages fire Review URL: https://codereview.chromium.org/251623003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266246 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
This happens normally when the display is blanked by powerd. BUG=333413 TEST=ran chrome on link_freon NOTRY=true R=dnicoara@chromium.org Review URL: https://codereview.chromium.org/251843002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266244 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266243 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
R=ronghuawu@chromium.org Review URL: https://codereview.chromium.org/256633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266242 0039d316-1c4b-4281-b951-d872f2087c98
-
bajones@chromium.org authored
BUG=367173 TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/255903003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266240 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
This CL remember pending user switch and do it as soon as profile ready. From UI perspective this look very smooth because profile loading is actually fast so previous desktop is not shown. But if it will be a problem on slow device we may need to stay on add user screen a bit longer. BUG=333879 TEST=manual R=nkostylev@chromium.org Review URL: https://codereview.chromium.org/246253009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266239 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
BUG=334448 R=thestig@chromium.org TBR=thestig@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/254773003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266238 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
/** * Some doc comment. **/ <-- this I've had to tell people to change **/ -> */ more times than I can count. Also make myself an OWNER of a webui testing directory. R=estade@chromium.org, sky@chromium.org BUG=366972 TEST=less review comments NOTRY=true Review URL: https://codereview.chromium.org/255503006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266237 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
The benchmark is broken there due to a Chrome bug. This patch just papers over the breakage to get the tree green. Please revert this patch when chrome is fixed. BUG=365237 TBR=fmeawad@chromium.org Review URL: https://codereview.chromium.org/257953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266236 0039d316-1c4b-4281-b951-d872f2087c98
-
zturner@chromium.org authored
BUG=367199 TBR=dewittj Review URL: https://codereview.chromium.org/254853002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266235 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
This is a legit chrome bug, but we're papering over it to get the bots green. Please re-enable benchmark when bug is fixed. BUG=357338 TBR=pdr@chromium.org Review URL: https://codereview.chromium.org/256803004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266233 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Propagate system theme (high contrast, etc.) changes throughout Views. (Win UI wasn't being notified; omnibox, find bar, etc. were broken, now aren't). (Linux Aura didn't update on changes with "Use Classic Theme", now it does). Make NativeTheme hold an observer list to be notified of changes. NotifyObservers of system color changes on Win via SysColorChangeListener. Nix NativeTheme duties for ThemeServiceAuraX11, and LinuxUI / Gtk2UI. Make Widget a NativeThemeObserver to call PropagateNativeThemeChanged. Start observing the relevant NativeTheme after native widget initialization. Make View::AddChildViewAt only update child views, not itself and siblings. (this was invoking redundant calls on itself as the parent and sibling views) Implement the BrowserView::OnNativeThemeChanged override. (update the frame and trigger a repaint with UserChangedTheme) (call MaybeShowInvertBubbleView, nix SysColorChangeListener impl) TODO(followup): Audit Views that need OnNativeThemeChanged overrides. BUG=134766 TEST=Win/Linux UI updates better when applying high contrast black/inverse system themes. R=erg@chromium.org, estade@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/239093007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266232 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
On Chrome OS, it is possible for chrome to start without the X11 server (e.g. X server has crashed, and hasn't restarted since). In such cases, Chrome ends up causing a crash. So instead of the crash, abort the startup sequence if the toolkit initialization step fails. BUG=364929 R=jam@chromium.org Review URL: https://codereview.chromium.org/250723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266231 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
r266056 (crbug.com/366768) fixed the nested deletion bug. R=yzshen@chromium.org Review URL: https://codereview.chromium.org/253493003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266227 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
We ignore GPU_FEATURE_TYPE_3D_CSS, so remove it. Nothing sets --disable-accelerated-layers, and it doesn't correspond to a production path, so remove it. This lets us clean up some WebPreferences fields which are always set to true. Also remove WebPreferences::accelerated_compositing_for_plugins_enabled which is always true. BUG=362164,365847 R=bbudge@chromium.org, danakj@chromium.org, tsepez@chromium.org Review URL: https://codereview.chromium.org/239973005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266226 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
BUG=351294 R=asargent@chromium.org Review URL: https://codereview.chromium.org/238723008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266225 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Add WebGeolocationClient getter on RenderFrameImpl in preparation for getting it from WebFrameClient. BUG=304341 R=nasko@chromium.org Review URL: https://codereview.chromium.org/256693005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266224 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=304341 R=nasko@chromium.org Review URL: https://codereview.chromium.org/256763003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266223 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
BUG=366750 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266222 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
BUG=none TEST=compile TBR=zturner Review URL: https://codereview.chromium.org/258823004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266221 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
Can't use DISABLED_ macro for TEST_P so just commented out for now. BUG=366750 TEST=compile TBR=acolwell NOTRY=true Review URL: https://codereview.chromium.org/250953004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266220 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
can't be fixed up into valid URLs. BUG=357172 TEST=Typing "google.com/%00" (no quotes) into a debug build omnibox should not cause a DCHECK R=mpearson@chromium.org Review URL: https://codereview.chromium.org/226283009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266217 0039d316-1c4b-4281-b951-d872f2087c98
-
yzshen@chromium.org authored
So that we don't have to bug Mojo owners everytime for any Pepper interface change. TEST=None BUG=None R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/253613004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266215 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
(And make it the default in mojom_bindings_generator.gypi, so people who have other/older system-installed versions of ply or jinja2 don't get broken.) TBR=darin@chromium.org Review URL: https://codereview.chromium.org/258733003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266212 0039d316-1c4b-4281-b951-d872f2087c98
-
zturner@chromium.org authored
BUG=367199 TBR=dewittj Review URL: https://codereview.chromium.org/250813004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266211 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
login_OwnershipNotRetaken failures due to this CL. BUG=358728,367005 > Remove files in /var/lib/whitelist before attempting login with telemetry. > > BUG=358728 > TEST=Manual > NOTRY=True > > Review URL: https://codereview.chromium.org/246353004 TBR=achuith@chromium.org Review URL: https://codereview.chromium.org/256833002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266209 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266206 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisha@google.com authored
The current binaries are blocking a WebRTC roll, and breaking the canary builder. BUG=367059 Review URL: https://codereview.chromium.org/252633008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266205 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=None R=asargent@chromium.org Review URL: https://codereview.chromium.org/252693005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266202 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=304341 R=nasko@chromium.org Review URL: https://codereview.chromium.org/258693004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266201 0039d316-1c4b-4281-b951-d872f2087c98
-