| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Patch from Sam Larison <qufighter@gmail.com>
new DCHECK will fail if rowBytes() on SkBitmap is too low
"Windows drivers sometimes require that scanlines (rows in the image) be memory aligned. That is why they are sometimes larger than they would strictly need to be."
Instead of attempting to compute row bytes, we should be using the rowBytes() provided by SkBitmap
BUG=176062
TEST=The test case involves using the "Capture Visible Content" feature of the Google Screen Capture extension on a newly loaded http:// page after installation of the extension. The bug produces itself if after I size the window my window.innerWidth is 1000 or any other non-multiple of 16 (window.innerWidth % 16 != 0)
Review URL: https://chromiumcodereview.appspot.com/12313139
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186472 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
specification
TEST=Use a third-party fnv1a-128 implementation to verify the test values.
BUG=
Review URL: https://chromiumcodereview.appspot.com/12340054
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184988 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If PKG_CONFIG_PATH is set, then prepend these paths to those generated
by the wrapper. This allows cross-compilation using sysroots with pkgconfig
directories in non-standard locations.
This change is safer than the original patch (https://codereview.chromium.org/12320047/), which was reverted (https://codereview.chromium.org/12317063/) due to what appears to be a chromeos builder with PKG_CONFIG_PATH set to an incomplete value (should probably be unset).
Add Opera Software to the AUTHORS file
BUG=
Review URL: https://chromiumcodereview.appspot.com/12340023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184184 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
only being applied to the top left corner of the view. Scaling the canvas to the device scale factor before applying the clip rect for painting the background fixes the issue.
BUG=175698
Review URL: https://chromiumcodereview.appspot.com/12249002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184100 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> pkg-config-wrapper shouldn't clobber PKG_CONFIG_PATH if it is already set
>
> This allows cross-compilation using sysroots with pkgconfig directories in
> non-standard locations.
>
> Add Opera Software to the AUTHORS file
>
>
> BUG=
>
>
> Review URL: https://chromiumcodereview.appspot.com/12320047
TBR=mostynb@opera.com
Review URL: https://codereview.chromium.org/12317063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@184008 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This allows cross-compilation using sysroots with pkgconfig directories in
non-standard locations.
Add Opera Software to the AUTHORS file
BUG=
Review URL: https://chromiumcodereview.appspot.com/12320047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183957 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
POSIX defines that B9600, B38400 defined types should be used. Linux define it on /usr/include/rpcsvc/rex.h and it uses numeric sequence increment to enumeration, Mac OS X define it as the same number for example #define B38400 38400. So If you're trying to connect on Linux using a bautrate 38400 for example, the cfsetispeed was called using the 38400 int value, that works for MAC but not for Linux. Code was changed to met the STANDART Bxxxxxx.
Mac OS definition: http://developer.apple.com/library/ios/#documentation/System/Conceptual/ManPages_iPhoneOS/man3/cfsetispeed.3.html
Contributed by matheusbrat@gmail.com
BUG found by cTn / Shadow6363 @ freenode - Thanks!
BUG=176439,176711
TEST=Try to open a connection with different bitrates on Linux and see that is working. More information about how to reproduce it on Bug report.
Review URL: https://chromiumcodereview.appspot.com/12294009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183543 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Adds a "Reset all to default" button at the top of the flags page to simplify
getting all experiments back to their default state.
BUG=139307
Review URL: https://chromiumcodereview.appspot.com/12276012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@183357 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changes
A query string, which is incremented whenever the extension
Reload button is clicked, is appended to the end of the
extension icon url in order to prevent caching.
Patch from Evan Peterson <evan.peterson.ep@gmail.com>
BUG=159302
Review URL: https://chromiumcodereview.appspot.com/12225147
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182625 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
numbers in error reports won't confuse users.
BUG=167424
TEST=Unit tests
Review URL: https://chromiumcodereview.appspot.com/12026035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180625 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Compiling the latest source tree with gcc 4.7.2 currently breaks at:
../../tools/android/forwarder2/socket.cc: In member function ‘int forwarder2::Socket::Read(void*, size_t)’:
../../tools/android/forwarder2/socket.cc:323:13: error: ‘read’ was not declared in this scope
../../tools/android/forwarder2/socket.cc:323:13: error: invalid type in declaration before ‘;’ token
[2269/11351] CXX obj/chrome/app/policy/gen...ettings_proto_compile.chrome_settings.pb.o
ninja: build stopped: subcommand failed.
It seems that 'tools/android/forwarder2/socket.cc' needs '#include <unistd.h>.
Review URL: https://chromiumcodereview.appspot.com/11896088
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@179569 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=167228
Review URL: https://chromiumcodereview.appspot.com/11886067
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177212 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the same way they have the ability to provide a custom view for page widgets.
All the widget views are created using WebContentsView, which can be
overriden by embedders with ContentBrowserClient::OverrideCreateWebContentsView
Contributed by rosca@adobe.com
BUG=155761
Review URL: https://chromiumcodereview.appspot.com/11773042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176092 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=166802
Review URL: https://chromiumcodereview.appspot.com/11647013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175730 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
TransportSecurityState, fix some book-keeping bugs, and hopefully add TACK.
This sequence of CLs will be derived from the original, overly-large CL
#11191005.
This CL does a few things:
- Adds a high-level API for processing HSTS/HPKP
- Move the code for handling HSTS/HPKP headers out of transport_security_state
- Move HashValue out of x509_cert_types
- Addresses several HSTS/HPKP parsing bugs identified during review of the cleanup
- Ignore unknown HSTS/HPKP directives
- Ignore unknown hash algorithms
- Handle overly-large (> int64) expirations without parsing issues
- Reject invalid pins entered by users
Review URL: https://chromiumcodereview.appspot.com/11274032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175595 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the port field.
chrome/browser/chromeos/proxy_cros_settings_parser.cc:85 The port
number's final value comes from either the one specified in the Host
field or the one specified in the Port field. Which one it would be
depends on which field is the last updated field, so the
overriding-it-whatever logic will be no longer necessary, and we
removed it.
chrome/browser/resources/options/chromeos/internet_detail.js:524 Add a
new function called "updateProxySetting", it is used to update the
proxy setting dialog's UI. Whenever the internal data storing the
proxy information is changed, this function is called to update the UI
instantly.
chrome/browser/ui/webui/options/chromeos/core_chromeos_options_handler.cc:167
When the proxy data settings changed, make sure the view is updated
properly by calling JS function - updateProxySettings.
This patch was contributed by keenepan@linpus.com, and originally
reviewed in CL
TBR=pastarmovj@chromium.org
BUG=chromium-os:26554
TEST=Setting manual proxy with "http://" prefix AND ":<port>" suffix, the proxy settings dialog UI will update and values will in right TEXTVIEW
Review URL: https://chromiumcodereview.appspot.com/11737038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175213 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
4.7.2)
Review URL: https://chromiumcodereview.appspot.com/11568033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@174956 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=23581
Review URL: https://chromiumcodereview.appspot.com/11419316
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173623 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
That's because in Windows, Serial Port name has COM%d pattern.
So I modified from old pattern \\\\.\\COM%d to COM%d
Dear Miket,
This file, serial_port_enumerator_win.cc has GenerateValidPatterns() function, but Your TODO comment says that you will not use valid_patterns.
So, what is your method to solve this?,
if allowed to use valid_patterns(like serial_port_enumerator_posix.cc), I'd like to do write code using valid_patterns.
and I totally understand that your dev-environment doesn't include 'Windows OS'. so i like to help you contribute about Chrome Serial API in Windows.
This issue is http://code.google.com/p/chromium/issues/detail?id=154803
BUG=154803
Review URL: https://chromiumcodereview.appspot.com/11474005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@172162 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As of now, filling passwords is directly dependent on the manager being enabled
in the settings. However, the password manager is supposed to fill previously
stored passwords even when disabled.
Changes introduced by the patch are as following:
- Remove IsFillingEnabled() and update code relying on method accordingly.
- Add test to ensure that password saving depends on manager enabled preference.
- Add test to ensure that passwords are filled on a disabled password manager.
- Add myself to AUTHORS file.
Contributed by Timo Reimann <ttr314@googlemail.com>
R=isherman@chromium.org
BUG=158296
Review URL: https://chromiumcodereview.appspot.com/11361142/
Review URL: https://chromiumcodereview.appspot.com/11361142
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166878 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=NONE
TEST=compiles
Review URL: https://chromiumcodereview.appspot.com/11342055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@165831 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG = http://code.google.com/p/chromedriver/issues/detail?id=165
TEST = src/chrome/test/webdriver/test/run_webdriver_tests.py
src/chrome/test/webdriver/test/run_chromedriver_tests.py
Contributed by yupingx.chen@intel.com
Review URL: https://chromiumcodereview.appspot.com/11236062
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163791 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Contributed by etienne@atnnn.com
BUG=28515
Review URL: https://chromiumcodereview.appspot.com/11198007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163752 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=NONE
Review URL: https://chromiumcodereview.appspot.com/11235018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@163211 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Logging doesn't work in utility process due to the related command line
options are not passed to utility process. For example, run
" ./chrome --vmodule=unpacker=1 --enable-logging=stderr", DVLOG(1)
message in unpacker.cc can not be output correctly. This patch passes the
related command line options to utility process.
BUG=
TEST=--enable-logging=stderr --vmodule=unpacker=1, then open chrome://extensions, drag a foo.crx in the page, you can see the DVLOG message " Installing extension ".
Review URL: https://chromiumcodereview.appspot.com/11103028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162665 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change should go in before the patches I've submitted and had
reviewed, such as https://codereview.chromium.org/11103018/ .
Contributed by Josh Triplett <josh.triplett@intel.com>
BUG=None
TEST=None
Change-Id: Iab5fd3ca1ae0d10555ab625b7094c3c08e1f7e2a
Review URL: https://chromiumcodereview.appspot.com/11121004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@161700 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
understandable
Changed Descheduled to ProcessSwap, added authors entry.
BUG=141903
TEST=
Review URL: https://chromiumcodereview.appspot.com/10967034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160793 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
GpuMemoryManagerTest.StubMemoryStatsForLastManageTests was failing in Android,
and disabled in revision 147576. Failed test was fixed in 147695 and hence it
is safe re-enable it now.
Review URL: https://chromiumcodereview.appspot.com/11028031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160366 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When 'keyword' search mode is activated by inserting a space between keyword and search string, the old caret position should be retained.
The caret should be positioned at the start of the search string after stripping the keyword string from the user text.
Patch from Joe Thomas <mhx348@motorola.com>.
BUG=142803
TEST=Browser unit test, steps as mentioned in the bug report
R=pkasting@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11034019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160312 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
use this string to check whether the cpu is Intel Atom processor.
This change is to make sure the 2D canvas acceleration is enabled
on Atom / windows system.
BUG=151500
Review URL: https://chromiumcodereview.appspot.com/11009011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@160226 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=141433
TEST=Check that CSS Shaders can be enabled and disabled in about:flags
Review URL: https://chromiumcodereview.appspot.com/10913254
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156658 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This matches the current Windows implementation.
BUG=141229, 145101
TEST=browser_tests --gtest_filter=SystemInfoStorageApiTest.* and manual
Review URL: https://chromiumcodereview.appspot.com/10876101
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155777 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=143395
TEST=32/64-bit chrome/browser builds without errors.
TBR=mac64
Review URL: https://chromiumcodereview.appspot.com/10825447
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152572 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TBR=dbeam@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10834412
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152359 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
because overflow happens for integer larger than 2^31.
original review url: http://codereview.chromium.org/10828226
BUG=120328
Review URL: https://chromiumcodereview.appspot.com/10832334
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151861 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Connects a command-line switch to the exclusions WebRuntimeFeature methods added for https://bugs.webkit.org/show_bug.cgi?id=91420
Contributed by betravis@adobe.com
Review URL: https://chromiumcodereview.appspot.com/10832183
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151172 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
window.internals
Review URL: https://chromiumcodereview.appspot.com/10800093
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148610 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Native client toolchain still need some extra 32 bit libraries belong to
packages libc6-i386 and lib32gcc1. Instead of adding all 32-bit libraries,
adding above two packages in common (64-bit and 32-bit) makes more sense.
TEST=build on 64-bit linux
BUG=138234
Review URL: https://chromiumcodereview.appspot.com/10810035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148356 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1. temporarily activate the x86_64 architecture (add 'ARCHS': 'x86_64' right after 'SDKROOT':
'macosx<(mac_sdk)' in build/common.gypi and then run gclient runhooks to generate the xcodeproj files).
2. start the build of src/ui/ui.xcodeproj in Xcode.
What is the expected result?
src/ui/ui.xcodeproj should build with no errors or warnings.
What happens instead?
The following compile-time error occurs:
In file included from chromium/trunk/src/ui/gfx/image/image_skia_util_mac.mm:5:
../ui/gfx/image/image_skia_util_mac.h:13:9: error: unknown type name 'CGSize'
typedef CGSize NSSize;
BUG=137673
TBR=mac64
Review URL: https://chromiumcodereview.appspot.com/10789037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148114 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Logged IPC message is empty
BUG=135391
TEST=about:ipc using debug windows version chromium
Review URL: https://chromiumcodereview.appspot.com/10701052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145242 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
No longer required, syncable::Directory is responsible now for deleting the dir kernel
BUG=119360
Review URL: https://chromiumcodereview.appspot.com/10540089
Patch from Sergio Carlos Morales Angeles <carloschilazo@gmail.com>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143610 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
we should release the origin WebPluginImpl object,
otherwise memory leak will happen.
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10536192
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143138 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Initial commit for atomic operations on MIPS architecture.
BUG=https://code.google.com/p/chromium/issues/detail?id=130022
TEST=make chrome
Review URL: https://chromiumcodereview.appspot.com/10448043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142663 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
on ChromeOS.
Add myself to the AUTHORS file.
BUG=None
TEST=Compiled
Contributed by Rene Bolldorf <rb@radix.io>
Change-Id: Ic3538eb83b59b42dbbb62d9ebc4c4b2fded67011
Review URL: https://chromiumcodereview.appspot.com/10543119
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142183 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Patch from Pavel Ivanov <paivanof@gmail.com>
BUG=130498
TEST=On Linux /tmp/SQLStatementTest.db-journal is not left after execution.
Review URL: https://chromiumcodereview.appspot.com/10542096
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141849 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://www.sqlite.org/src/info/f9c4a7c8f4
Upstream commits in branch-3.7.6:
http://www.sqlite.org/src/info/a61786e760 (third hunk)
http://www.sqlite.org/src/info/e6a04bf9f1 (correction)
I have left out the comment addition seen in the trunk commit, because the backport to the 3.7.6 branch doesn't include it.
[Patch from Evangelos Foutras <evangelos@foutrelis.com> ]
BUG=122525
TEST=distros using gcc4.7 shouldn't crash. see bug.
R=shess@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10387026
Patch from Evangelos Foutras <evangelos@foutrelis.com>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141687 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in History (chrome://chrome/history/).
The message used is "No search results found."
Contributed by tom.cassiotis@gmail.com.
BUG=35762
TEST=Manual
TBR=estade@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10536055
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141025 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's still useful to debug in single process mode. This is a regression
caused by recent change: gpu info collection has removed from thread startup
and will do on demand. But for normal mode we have GpuMain to do GL interface
binding at startup while none for single process mode. So we should do GL binding
for single process mode at thread start up, otherwise Gpu acceleration will fail
because no GL binding will be found.
BUG=130258
TEST=
Review URL: https://chromiumcodereview.appspot.com/10441089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140263 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=129998
TEST=
Review URL: https://chromiumcodereview.appspot.com/10458003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140059 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10448096
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@139767 0039d316-1c4b-4281-b951-d872f2087c98
|