| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/branches/1478/src@194118 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/branches/1478/src@194116 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/14243003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194114 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
By doing this we can include it from c/b/chromeos and also from c/b/ui/views/.
That also means that c/b/chromeos/ does not depend on UI stuff from c/b/ui/views/
And allow us to remove another entry from c/b/DEPS file.
BUG=125846
R=xiyuan@chromium.org,ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/13856004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194113 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194112 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This texture id is used for hardware readback to webgl, so producing
the texture id breaks that path.
Instead, add a hardware_resource ResourceId to pass along with the
video frame resources to the VideoLayerImpl. This is a resource id
wrapping the hardware decoder texture. Once we have shared mailboxes
this can be removed, and we can just pass the Mailbox from the
VideoFrame to the video layer.
R=enne,piman
BUG=179729
Review URL: https://chromiumcodereview.appspot.com/14007004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194108 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=155363
R=msw@chromium.org
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/13892005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194107 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add a simple function GetDefaultFavicon() to retrieve the default favicon in a
way which is similar to the existing GetFolderIcon() function.
TEST=launch chrome, add a couple of bookmarks (e.g, about:blank), no regressions
observed.
R=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/13822002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194106 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This sets an initial value for BoundedLabel's line_limit_ instance
variable. This initial value should never be used, but without it
the Valgrind test flags an error.
TBR=mukai@chromium.org
BUG=NONE
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/14136007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194105 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
Review URL: https://chromiumcodereview.appspot.com/14095011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194104 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Using padding around the chevron characters resulted in a weird gap
in the underline. Using a nbsp character solves this.
R=jhawkins@chromium.org
BUG=230819
TEST=Open the history page, hover over the Older/Newer links, and
verify that the underline is continuous.
Review URL: https://chromiumcodereview.appspot.com/13844008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194103 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is in preparation for replacing the various IOBuffers used for reads/writes
with a single SpdyBuffer class.
Replace the priority queue of SpdyIOBufferProducers with a SpdyWriteQueue object,
which is an an array of FIFO queues binned by priority.
The priority queue was looking only at priority and so was not guaranteeing
FIFO behavior among producers with the same priority.
Remove the frame queue in SpdyStream and instead have it use the session's
write queue directly.
Remove unused fields from SpdyIOBuffer and clean it up.
Propagate and handle errors from SpdyCredentialBuilder::Build.
Rename SpdyIOBufferProducer to SpdyFrameProducer, have it return a SpdyFrame,
clean up its interface, and move the stream-activating logic out of it.
Replace uses of std::list with std::deque.
Steamline logic in SpdySession that deals with the write queue.
Convert some raw pointers to scoped_ptr<>.
Convert a use of Unretained() in SpdySession to use the weak pointer factory.
BUG=176582
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192975
Review URL: https://chromiumcodereview.appspot.com/13009012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194102 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194098 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Browser side implementation has chrome/browser/translate directory, but renderer
side doesn't. Add it for more productive codereview because currently changes
on chrome/renderer/translate* needs chrome/ OWNERS review.
BUG=none
TEST=build all
Review URL: https://chromiumcodereview.appspot.com/14223005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194096 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194095 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This implements a read-only list of indexeddb instances
in the current profile, including just bare minimum information.
BUG=174188
Review URL: https://chromiumcodereview.appspot.com/14118002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194094 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Re-enable the test on Windows after verifying the tests are
passing gpu_unittests on win trybots.
BUG=226750
TBR=piman
R=michaeln
TEST=gpu_unittests
Review URL: https://chromiumcodereview.appspot.com/14096005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194093 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/13903017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194092 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
In a follow-up CL, I will teach the AutofillAgent to forward click events to the
PasswordAutofillAgent, as it does for keyboard events.
BUG=178313
Review URL: https://chromiumcodereview.appspot.com/13591003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194091 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=224200
TEST=build
Review URL: https://chromiumcodereview.appspot.com/14222002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194090 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Added "--ui-disable-partial-swap" command line option to get some OpenGL drivers back to work by allowing to disable the partial swap again.
BUG=230946
TEST=visual
Review URL: https://chromiumcodereview.appspot.com/14064003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194089 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
bump the notification's 'version' to cause deleting/creating of a card.
BUG=164227
TEST=see a separate email
Review URL: https://chromiumcodereview.appspot.com/13647015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194088 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=165570
Review URL: https://chromiumcodereview.appspot.com/12413007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194087 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It's failing consistedly Win Builder (dbg) like this...
42>CustomBuild:
42> TEMPORARY: Copying url_unittests to googleurl_unittests
42> 'stat.S_IWUSR' is not recognized as an internal or external command,
42> operable program or batch file.
42>C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Microsoft.CppCommon.targets(151,5): error MSB6006: "cmd.exe" exited with code 255.
42>
42>Build FAILED.
... and i want to go home now.
> url: Copy 'googleurl_unittests' target from 'url_unittests'.
>
> To not break the buildbot, this creates a fake target that copies url_unittests
> to googleurl_unittests as temporary scaffolding.
>
> BUG=229660
> R=brettw@chromium.org
>
> Review URL: https://chromiumcodereview.appspot.com/14013003
TBR=tfarina@chromium.org
Review URL: https://codereview.chromium.org/14239004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194086 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=226750
TBR=hshi
Review URL: https://codereview.chromium.org/13935003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194085 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=ben@chromium.org,brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14222012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194084 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Similar to crrev.com/193619, but it will also receive mouse wheel events
so forward them to the scroller.
BUG=230021
Review URL: https://chromiumcodereview.appspot.com/14219002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194083 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
To not break the buildbot, this creates a fake target that copies url_unittests
to googleurl_unittests as temporary scaffolding.
BUG=229660
R=brettw@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14013003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194082 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change adds a new command-line flag (--enable-local-instant-extended-api)
and a new field trial (local_only:1), either of which will turn on
InstantExtended using only the local NTP and omnibox popup. Either flag, if
specified, will override the existing InstantExtended flags.
Also, fixes two small bugs with the local NTP:\
(1) Don't "switch" to the local NTP if we're already using the local NTP.
Otherwise in |local_overlay_only| mode, we unnecessarily reload the
local NTP twice.
(2) Explicitly check for incognito when deciding to wire up InstantTab instead
of just inferring it from use_local_overlay_only_. Otherwise, the local NTP
is not wired up as an InstantTab.
(Besides fixing the bug, this seems generally safer since it makes the
case when we don't want to wire up the InstantTab explicit.)
BUG=none
TESTED=InstantExtendedTest.*,InstantExtendedAPIEnabledTest.*
Review URL: https://chromiumcodereview.appspot.com/14149004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194081 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The native component build creates .TOC files for each of the native
libraries. These files contain the compile-time visible API of the
corresponding library. That is, if something changes in the native
library that could have an effect on linking of dependent libraries,
then that change will be reflected in the .TOC file. Then, these .TOC
files can be used to determine if linking of dependents is required.
This change brings that same magic to Java.
When building a .jar, we also create a .jar.TOC that includes the
signatures for public/protected classes/functions/variables (including
the values for constants since they can be inlined dependents).
When compiling a Java library, use an Md5Checker over the .java files
and the classpaths .jar.TOC (using the .jar if the .TOC isn't available
as is currently the case for prebuilt jars).
BUG=158821
Review URL: https://chromiumcodereview.appspot.com/14203002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194080 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This CL introduces new ConnectionToHost::State::AUTHENTICATED that ChromotingClient uses as a signal to initialize video and audio decoders. The new state is reported as 'CONNECTED' to the webapp to avoid changing the interface between the plugin and webapp.
BUG=229927
Review URL: https://chromiumcodereview.appspot.com/14109011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194079 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=230113
This also reduces the default number of retries from 3 to 2.
So we will now run a test 3 times before giving up (instead of 4).
Review URL: https://chromiumcodereview.appspot.com/13956018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194078 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Handle IDC_EDIT_SEARCH_ENGINES without opening the popup on Win/Views.
(do not call OnBefore/OnAfterPossibleChange which triggers the popup)
Update OmniboxViewWin to use the IDC (not IDS) for the command ID.
Add an OmniboxViewTest interactive_ui_test for EDIT_SEARCH_ENGINE.
BUG=223984
TEST=Right click the Views and Win omnibox; select "Edit search engines..."; popup should not trigger.
R=pkasting@chromium.org
Review URL: https://chromiumcodereview.appspot.com/13886007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194077 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=164227
TEST=no new test needed.
Review URL: https://chromiumcodereview.appspot.com/13422008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194076 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
These were only used in three files and is just a wrapper around a simple string compare.
Additionally, the BaseName() behavior of this function is likely unexpected for most callers (i.e. IsDot("/foo/bar/.") == true). It's clearer to inline exactly what the caller wants instead.
Review URL: https://chromiumcodereview.appspot.com/13350014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194075 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
use the dynamic field trials instead of the static one being deleted in this change.
BUG=228910
Review URL: https://chromiumcodereview.appspot.com/13940005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194074 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The current InitializeSandbox() is only usable from inside
of content/, make it part of the content-specific LinuxSandbox class.
BUG=229673
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/13814027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194072 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Window Close through click on the X button
* Window Close through Ctrl+W or Ctrl+Shift+W
* Maximize via click on the maximize button
* Restore via click on maximize button
* Minimize via click on minimize or drag down
* Minimize via Alt + - or Ctrl + M
* Immersive mode via Fullscreen button
* Exit Immersive mode via button
BUG=229465
TEST=visual using chrome://user-actions
Review URL: https://chromiumcodereview.appspot.com/14088005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194069 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/14116004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194068 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=175623
R=rch@chromium.org
Review URL: https://chromiumcodereview.appspot.com/14234018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194067 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
ext::DictField.
BUG=226303
TEST=None
Review URL: https://chromiumcodereview.appspot.com/13985026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194066 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=230625
Review URL: https://chromiumcodereview.appspot.com/13985027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194065 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: https://chromiumcodereview.appspot.com/14076006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194064 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The struct used for the "site content" UI is also going to be
useful for chrome://indexeddb-internals, so I've factored that out
so it can be reused. This patch doesn't reuse it, but it will be
in a future patch.
BUG=174188
TBR=sail@chromium.org
Review URL: https://chromiumcodereview.appspot.com/13954002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194063 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This guards against internal bug b/8572045. If |last_user_text_| is empty, it
means the user is arrowing up/down the suggestions list (as opposed to typing
text into the omnibox), in which case we reject new suggestions.
BUG=225326
R=samarth@chromium.org
TEST=See bug (the second case in comment #0; and the case in comment #2).
Review URL: https://chromiumcodereview.appspot.com/13813006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194062 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Also, use ScopedComPtr::CreateInstance() in place of CoCreateInstance().
BUG=none
TEST=none
Review URL: https://codereview.chromium.org/13824005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194061 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
to trigger a scan of networks to update the list of networks.
BUG=chromium:225587
Review URL: https://chromiumcodereview.appspot.com/14103014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194060 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
unexpected state.
Specifically we check whether the call stack is in the area allocated as the thread stack and trigger a crash dump when this is not the case.
Remove crash analysis code in chrome (this was moved to omaha).
BUG=128594
TEST=N/A
Review URL: https://chromiumcodereview.appspot.com/13482013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194059 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This involved changing BoundedLabel to make its GetPreferredSize()
method take a line limit argument, then modifying NotificationView to
use that argument to get its correct preferred height.
BUG=230448
R=mukai@chromium.org
Review URL: https://codereview.chromium.org/14224005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@194058 0039d316-1c4b-4281-b951-d872f2087c98
|