- 16 Jan, 2013 40 commits
-
-
dominicc@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177117 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=169999 TEST=desktopui_ScreenLocker (ChromeOS BVT) Review URL: https://chromiumcodereview.appspot.com/11969010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177114 0039d316-1c4b-4281-b951-d872f2087c98
-
kaiwang@chromium.org authored
BUG=170190 Review URL: https://chromiumcodereview.appspot.com/11948003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177113 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11896002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177112 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
BUG=159450 R=rsesek@chromium.org Review URL: https://chromiumcodereview.appspot.com/11889004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177111 0039d316-1c4b-4281-b951-d872f2087c98
-
jcivelli@chromium.org authored
A crash dump from the field reports that the CrashDumpManager in ChromeContentBrowserClient is not initialized when GetAdditionalMappedFilesForChildProcess is called. This is because the CrashDumpManager is initialized when a RenderProcessHost is created, but it could be the case that a BrowserChildProcessHost gets created first and calls GetAdditionalMappedFilesForChildProcess before any RenderProcessHost was created. Making the CrashDumpManager a singleton initialized early on to prevent this crasher. BUG=163456 TEST=None Review URL: https://chromiumcodereview.appspot.com/11884042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177110 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Fragmentation of address space may prevents process from allocate entire block of shared memory. Particularly in attached bug browser process can't allocate 250Mb to accept data from renderer Mapping smaller blocks is workaround. BUG=93202 Review URL: https://chromiumcodereview.appspot.com/11876037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177109 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
This is part of cleaning up of ibus_ui_controller removal. InputMethodLookupTable is used as Chrome representation of IBusLookupTable in libibus C structure, but now libibus was gone and ibus::IBusLookupTable can be used instead. So InputMethodLookupTable is no longer necessary. BUG=None TEST=ran unit_tests, ui_unittests, chromeos_unittests and manually checked that there is no UI change with lumpy. Review URL: https://chromiumcodereview.appspot.com/11857008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177108 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
Verify that the transforms are concatenated in the correct order by putting a scale in each of them BUG=123444 R=enne Review URL: https://chromiumcodereview.appspot.com/11825014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177107 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11787003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177106 0039d316-1c4b-4281-b951-d872f2087c98
-
ncj674@motorola.com authored
BUG=159265 TEST=SpeechInputExtensionApiTest.* Review URL: https://chromiumcodereview.appspot.com/11779002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177105 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
When a parent compositor is present (ie, ubercompositor), throttle to a single pending frame. Tests: LayerTreeHostTestMaxPendingFrames.DelegatingRenderer LayerTreeHostTestMaxPendingFrames.GLRenderer BUG=123444 Review URL: https://chromiumcodereview.appspot.com/11747002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177104 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177103 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Add most of the fields to ClientHello. Add the QuicCryptoClientStream::CryptoConnect method and have QuicClientSession::CryptoConnect call it. Add a unit test for QuicCryptoClientStream to check a ClientHello message by parsing it and checking the fields. Define the value in CryptoTagValueMap as string instead of StringPiece. This causes CryptoTagValueMap to copy the values, which is less efficient but much safer. Merge internal CLs: 39503243, 39692710 R=rch@chromium.org BUG=none TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/11633030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177102 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
being managed (in the sense of being managed by the GpuMemoryManager). Without this, the memory allocated by the compositor is treated as though it were, say, WebGL memory, and then marked as not being available to the compositor, resulting in chaos. BUG=168413 Review URL: https://chromiumcodereview.appspot.com/11938003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177096 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
* Inline ParseInternal() into Parse() * Rename a constant to have kConstantNamingStyle * Make GetRegExp a private static method (note that this can't be moved into the anonymous namespace since it depends on the private RegexType enum). * Remove unnecessary PhoneField:: prefixes * Adjust ordering of declarations and definitions within header and implementation files. BUG=none Review URL: https://chromiumcodereview.appspot.com/11889029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177095 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
This implements the 'Create Shortcuts' behaviour present on Windows, though without any dialog or options for where to create the shortcut (it always goes in /Applications). BUG=168080 Review URL: https://chromiumcodereview.appspot.com/11881045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177094 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11783073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177093 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177092 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=147299 TEST=unit tests Review URL: https://chromiumcodereview.appspot.com/11876002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177091 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
BUG=webrtc 850,940 crbug 165326 Review URL: https://chromiumcodereview.appspot.com/11828060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177090 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
These function is necessary for InputMethodLookupTable removal. This patch also shorten HORIZONTAL/VERTICAL macro which is too long and prefix does not mean much. BUG=None TEST=ran chromeos_unittests. Review URL: https://chromiumcodereview.appspot.com/11783085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177089 0039d316-1c4b-4281-b951-d872f2087c98
-
dfalcantara@chromium.org authored
* Re-connects hooks to the about://flags page so that we can access it. * Adds a custom ApplicationLifetime::TerminateAndroid() for Android that hooks into Java-land to let the Activity know that the application must be restarted. * Exposes the enable-WebGL flag that Android uses but other platforms don't. * For Android, disables the disable-WebGL flag that the other platform uses. BUG=143146 Review URL: https://chromiumcodereview.appspot.com/11633020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177088 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
[Telemetry] Clean separation between tab (public API) and tab_backend (Chrome implementation). Flatten tab's public methods. E.g. instead of tab.page.Navigate('url') it's now tab.Navigate('url'). This makes more sense for other browsers, who won't have the same domain divisions that Chrome DevTools does; and paves the way for future organization/separation between public API and backends. BUG=None. TEST=None. Review URL: https://codereview.chromium.org/11819018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177087 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
In Files.app, while changing selection "computing selection..." label was shown too frequently causing flickering. This patch simplified the code by removing this redundant label. Along the way, the panel's contents disappearing has been fixed while changing selection very fast. TEST=Follow the bug description. BUG=167799 Review URL: https://chromiumcodereview.appspot.com/11788026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177086 0039d316-1c4b-4281-b951-d872f2087c98
-
egraether@chromium.org authored
This change makes the timestamp saving functionality of the FrameRateCounter reuseable by abstracting it to a new RingBuffer class. BUG= Review URL: https://chromiumcodereview.appspot.com/11817011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177083 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177082 0039d316-1c4b-4281-b951-d872f2087c98
-
tedchoc@chromium.org authored
Provides a means for keeping the top controls in sync with the currently renderered frame, which will allow us to move the top controls around the screen. BUG=161303 Review URL: https://chromiumcodereview.appspot.com/11552009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177081 0039d316-1c4b-4281-b951-d872f2087c98
-
dominicc@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177080 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
While I totally get this for production code, it doesn't apply to for example tools/perf, where we keep sitelists intentionally. Because this hooks into common checks, there's no clean way to disable it that I can see. > Warn when committing code with http:// URLs. > > We prefer HTTPS for everything, to the extent possible. > > NOTRY=true > BUG=156396 > > > Review URL: https://chromiumcodereview.appspot.com/11779037 TBR=palmer@chromium.org Review URL: https://codereview.chromium.org/11811004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177079 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177078 0039d316-1c4b-4281-b951-d872f2087c98
-
jshin@chromium.org authored
This is to make OTS compile on Win64 See http://code.google.com/p/ots/source/detail?r=96 for the actual change. BUG=chromium:166496,chromium:167187 TEST=Chrome can be compile on Windows 64 TBR=jschuh Review URL: https://chromiumcodereview.appspot.com/11968002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177075 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
If taking screenshot (or encoding it in a proper format) of a NavigationEntry fails for some reason, make sure it gets reset properly so that it doesn't carry a stale screenshot. BUG=160668 Review URL: https://codereview.chromium.org/11958002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177074 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
The method sends the render passes it is given to the parent compositor via the output surface. It should include a valid frame metadata with it. Tests: DelegatingRendererTestDraw.runSingleThread DelegatingRendererTestDraw.runMultiThread DelegatingRendererTestResources.runSingleThread DelegatingRendererTestResources.runMultiThread R=piman BUG=123444 Review URL: https://codereview.chromium.org/11777025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177073 0039d316-1c4b-4281-b951-d872f2087c98
-
youngki@chromium.org authored
BluetoothServiceRecordWin will take the windows-specific object to populate the service records instead of xml data; hence we need to separate the interface so that the implementations can be done separately in different platforms. BUG=135470 Review URL: https://chromiumcodereview.appspot.com/11884027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177072 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
extension has been unloaded. BUG=168263 Review URL: https://chromiumcodereview.appspot.com/11882035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177070 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
BUG=159637 TEST=new tests TBR=thakis@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=177017 Review URL: https://chromiumcodereview.appspot.com/11669018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177069 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
Remove support for the command-line fallback --use-system-ssl, as it adds to the maintenance burden and presents a security risk due to inconsistent patching by the OS vendors. On all platforms but Android, NSS is used for SSL in all situations. This does not change how certificate verification is handled, just the underlying SSL implementation. BUG=170214 TBR=sky Review URL: https://chromiumcodereview.appspot.com/11876044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177068 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
This reverts r174754 (and the followup r175255) due to it regressing startup speed. BUG=170189 TEST=no change Review URL: https://codereview.chromium.org/11947002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177064 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Simplify WebUI data sources. Currently WebUI data sources implement a URLDataSourceDelegate interface, and have a URLDataSource interface just for sending the response. Remove the need to have the URLDataSource interface at all, and instead pass a callback to a data source's StartDataRequest method. That also allows us to hide the request_id parameter, which is an internal detail, and makes testing simpler. BUG=169170 Review URL: https://codereview.chromium.org/11881055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177063 0039d316-1c4b-4281-b951-d872f2087c98
-