| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
BUG=71063
TEST=compiled
Review URL: http://codereview.chromium.org/6312156
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73890 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=54157
TEST=Verify that add startup page url respects the default font size.
Review URL: http://codereview.chromium.org/6246125
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73889 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=59945
TEST=trybots
Review URL: http://codereview.chromium.org/6349120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73888 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=Favicon positioning should not be affected by selection in the search engine list.
Review URL: http://codereview.chromium.org/6312152
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73887 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=wez
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73886 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6250071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73885 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:2954
TEST=Run Chrome and open Task Manager, then play a video in YouTube and check whether the Network usage is correctly reported against the plug-in.
Review URL: http://codereview.chromium.org/6328010
Patch from James Weatherall <wez@chromium.org>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73884 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
win64, and fix command-line parsing.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6250162
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73883 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is the first phase of upgrading views::View to the V2 API.
BUG=none
TEST=none
TBR=sky
Review URL: http://codereview.chromium.org/6413001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73881 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
code used by Chromium and WebGL so that you can't use it
by accident. It's stil enabled for Pepper, the conformance
tests and the unit tests.
Note that bug 71717 was a bug in WebGL. The same call to
glDrawElements with the same parameters would have also
crashed real OpenGL. The reason it didn't with
--in-process-webgl is because some checks were used
with that flag that were not without. Mo is fixing that
side.
Also, I made it so the the GLES2Implementation class
is always the same. Otherwise code calling it needed
to have the same flags.
BUG=71717
TEST=none
Review URL: http://codereview.chromium.org/6410092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73878 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=loislo
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/6286126
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73877 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
it should block until the lock/unlock completes.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6250121
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73875 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=NONE
Review URL: http://codereview.chromium.org/6410095
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73872 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Less logic in PDM, move temporary credit card into AFM.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6286110
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73870 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This fixes:
- a crash, due to holding a plain old pointer to a ref-counted object;
- a DCHECK() failure, due to using FilePath::AppendASCII();
- incorrect/non-handling of PP_ERROR_INPROGRESS;
- non-initialization of PPB_FileChooser_Impl::next_chosen_file_index_;
- non-clearing of PPB_FileChooser_Impl::chosen_files_ upon Show() being called
(e.g., a second time);
- not aborting callbacks on resource deletion.
Probably something else too.
BUG=none
TEST=Trung is a bit happier
Review URL: http://codereview.chromium.org/6334117
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73869 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
chrome frame net tests. This is to account for the changed UA string in chrome frame.
BUG=none
TEST=Covered by existing chrome frame net test
Review URL: http://codereview.chromium.org/6246121
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73867 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73866 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71942
TEST=none
Review URL: http://codereview.chromium.org/6410094
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73865 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
plugin as per user.
This would ensure that the ChromeFrame Vista and above builders work correctly with UAC on.
BUG=none
TEST=ChromeFrame tests should pass on Vista with UAC on.
Review URL: http://codereview.chromium.org/6368108
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73860 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Only depend on pyautolib if the target exists.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6368109
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73859 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Unless the --use-gl command line switch is specified, only the default GL implementation will be used. On windows this is ANGLE. On other platforms it it OpenGL.
Falling back on OpenGL implementations that are generally not as reliable as the default was causing crashes.
TEST=try, check GL implementation does not fallback
BUG=none
Review URL: http://codereview.chromium.org/6246116
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73857 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This code is Windows-specific and on the chopping block anyway.
BUG=69467
Review URL: http://codereview.chromium.org/6410090
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73856 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Ported changes for http://codereview.chromium.org/3919004/ to views
for Windows and ChromeOS. Promoted infobar_arrow_model to ui, but
disabled from gyp for mac until it can be ported for that platform in
Bug 57106.
BUG=48996
TEST=manual, with animations slowed down 100x. Check with bookmarks
bar and without, check with multiple info bars by going to russia.ru
and killing flash. New tab and switching tabs hide and show the info
bars correctly.
Review URL: http://codereview.chromium.org/5978005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73855 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This also gives selected items a different appearance when the list is not focused. Now that the two states are distinguishable, un-focusing an editable list no longer clears its selection.
BUG=70796
TEST=Click away from an editable list after selecting something. Selection should stay, but it should be grey instead of blue, and edit mode should end.
Review URL: http://codereview.chromium.org/6312153
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73854 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Macintosh port remove it in runtime, But current implemented logic
is not sufficient for non-English locales.
BUG=chromium:70765
TEST=add new tests and pass it(app_unittests)
Review URL: http://codereview.chromium.org/6409039
Patch from Takashi Toyoshima <toyoshim@google.com>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73853 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
including the corresponding "." file in the result set.
BUG=71713
TEST=see bug
Review URL: http://codereview.chromium.org/6250118
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73851 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Missing pyproto dir makes pyauto not able to launch the testserver for google
chrome builders. I have a solution under review. Disable testserver
meanwhile.
BUG=71976
TEST=
Review URL: http://codereview.chromium.org/6250165
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73850 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=59945
TEST=trybots
Review URL: http://codereview.chromium.org/6368093
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73849 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
This reverts commit r73846.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73848 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=69831
TEST=none
Review URL: http://codereview.chromium.org/6349092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73847 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This code is Windows-specific and on the chopping block anyway.
BUG=69467
Review URL: http://codereview.chromium.org/6410090
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73846 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=69467
TEST=Mac compile
Review URL: http://codereview.chromium.org/6334120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73845 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Set the initial focus using SetInitialFocus template method.
* Removed unused method from GuestUserView
* Changed NewUserView to use SetInitialFocus.
BUG=chromium-os:11425
TEST=manual. The password of 1st user pod should have focused on boot. Use key to navigate between user pod, guest and new user pod, and make sure the password field, "Enter" button and the "Emai" field gets focused when switched.
Review URL: http://codereview.chromium.org/6286087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73844 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=loislo
TEST=nom
BUG=nom
Review URL: http://codereview.chromium.org/6286122
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73842 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The reason we don't want a free conversion between FilePaths and Unicode
is that it can be lossy. But when displaying a string to the user,
we're ok if it's lossy when we have no other option.
This change introduces a LossyDisplayName() method that returns a
string16, and converts many of the users of ToWStringHack to use it.
BUG=69467
Review URL: http://codereview.chromium.org/6246036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73840 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Turned support for EGL image ON for OpenMAX decoding.
- Added simple fix for compilation issue due to missing definition for MessageLoop.
- Added changes to GLES Video Renderer to use EGL image.
- Added H264BitstreamConverter and H264BitstreamConverterFFmpegAdaptor classes to Chromium.
- Introduced new h264 bitstream converter to FFmpegDemuxer
- Added h264 bitstream converter related classes to media targets and introduced new target for unit testing bitstream converter.
Patch by vmr@chromium.org:
http://codereview.chromium.org/6260010/
BUG=None
TEST=Test H.264 decode clip with player_x11 OpenMAX enabled.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73839 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Turns out we need to do an integer round to paper over floating point issues.
Refer to discussion on https://bugs.webkit.org/show_bug.cgi?id=52697 for details.
BUG=69499
TEST=layout test in linked bug
Review URL: http://codereview.chromium.org/6250137
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73838 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=71097
TEST=Hammer on bookmark star on all platforms. Nothing should crash, break, or have any user-visible change.
Review URL: http://codereview.chromium.org/6334066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73836 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6246112
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73835 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=unit tests
BUG=none
Review URL: http://codereview.chromium.org/6246093
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73834 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
understand waterfall failures.
BUG=26296
TEST=ExtensionHistoryApiTest.*
Review URL: http://codereview.chromium.org/6312134
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73833 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=amit
Review URL: http://codereview.chromium.org/6250163
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73832 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
ChromeFrame
per user registration on Vista and beyond. This is to workaround a bug on Vista SP1 and up
where the mappings of per user type lib reg keys to HKCR don't work as expected.
Windows 7 does not have this bug. The function is a noop there.
BUG=none
TEST=Per user chrome frame tests should work with UAC off
Review URL: http://codereview.chromium.org/6286120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73831 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When using 'PostPlatform' registry, chromeframe UA token
appears in the middle whereas when we dynamically append
the UA we place it at the end. This has caused issues with
sites looking for it in a specific place.
This change modifies the logic while dynamically appending
the UA to insert it consistently in the place where
PostPlatform puts it.
BUG=70024
TEST=covered by HtmlUtilUnittest.AddChromeFrameToUserAgentValue
Review URL: http://codereview.chromium.org/6246088
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73830 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
we report it and make sure that we don't report it more
than once a week.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6410044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73829 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
service_process_util_posix.cc:143: warning: 'ServiceProcessState::StateData' has a field 'ServiceProcessState::StateData::shut_down_monitor_' whose type uses the anonymous namespace
by moving ServiceProcessShutdownMonitor outside the anonymous
namespace.
R=dmaclach,mark
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6286103
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73828 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=70315
TEST=Go back to a "confirm form resubmission" error, then forward.
Review URL: http://codereview.chromium.org/6286100
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73827 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
waterfall.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6246110
TBR=nirnimesh@chromium.org
Review URL: http://codereview.chromium.org/6410086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73826 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6246110
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73825 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
NotifyAndTerminate shuts down the login and session manager, which we do not want to or need
to do in other cases. This specifically fixes the case where browser shuts down when all the
windows are gone (as in pyauto) or a kill event is received (other python tests).
BUG=chromium-os:11474
TEST=This should fix python tests on the device.
Review URL: http://codereview.chromium.org/6410066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73824 0039d316-1c4b-4281-b951-d872f2087c98
|