- 29 May, 2013 40 commits
-
-
abarth@chromium.org authored
Unfortunately, we can't keep this function in webkit/glue because not everyone who links in Blink depends on webkit/glue. For example, cc uses WebString but doesn't depend on webkit/glue. IMHO, the best solution to all these constraints is to put this function in base. It's concerned with concepts that make sense in base (strings and character sets). The only thing odd about the function is that it accepts Latin-1 or UTF-16, which is because of the underlying string representation in Blink. Review URL: https://chromiumcodereview.appspot.com/15732022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203003 0039d316-1c4b-4281-b951-d872f2087c98
-
mrunal.kapade@intel.com authored
Splitting from the original patch here, crrev.com/14942008 to only include 'webkit' specific changes BUG=102853 Review URL: https://chromiumcodereview.appspot.com/14680012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203002 0039d316-1c4b-4281-b951-d872f2087c98
-
dewittj@chromium.org authored
This function returns an object whose keys are the notification IDs of all notifications created by that extension. BUG=240924 TBR=miket@chromium.org Review URL: https://chromiumcodereview.appspot.com/15715008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203001 0039d316-1c4b-4281-b951-d872f2087c98
-
solb@chromium.org authored
The return status of apt-cache show doesn't actually indicate whether a package has any candidates, so we now call grep on apt-cache pkgnames to determine this. BUG=244473 Review URL: https://chromiumcodereview.appspot.com/15741015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203000 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202999 0039d316-1c4b-4281-b951-d872f2087c98
-
weitaosu@chromium.org authored
Build both v1 and v2 apps on the bots. Change #1: building both V1 and V2 apps at the same time. V1 app goes to remoting/remoting.webapp and V1 app goes to remoting/remoting.webapp.V2. BUG= 239941 Review URL: https://chromiumcodereview.appspot.com/16031003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202998 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
BUG=236029 R=oshima@chromium.org Review URL: https://codereview.chromium.org/15774005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202997 0039d316-1c4b-4281-b951-d872f2087c98
-
dzhioev@chromium.org authored
Created class UserAddingScreen controlling new mode. Type of login UI explicitly set in hashtag after URL. BUG=239209 Review URL: https://chromiumcodereview.appspot.com/16002004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202996 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
Add a flag to make IME capitalize the first letter of each new sentence. Also adding EditorInfo.IME_FLAG_NO_EXTRACT_UI flag that goes together with EditorInfo.IME_FLAG_NO_FULLSCREEN but somehow was never included before. BUG=232426 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16141003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202995 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
TBR=thestig@chromium.org BUG=none TEST=less memcheck issues Review URL: https://chromiumcodereview.appspot.com/16094012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202994 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
The new scheduling approach consists of both changes to how frames are scheduled and when input events are processed. This patch renames a switch for the former and adds a switch for the latter, to be used for ongoing development. BUG=240945 Review URL: https://chromiumcodereview.appspot.com/16043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202993 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
This changes the semantics of ProduceTexture to not replacing the current texture by a dud, but instead keeping the existing one, that it also puts into the mailbox. It changes the semantics of ConsumeTexture to deleting the current texture, and replacing it by the mailbox contents (without taking it out of the mailbox). The texture becomes shared. The mailbox is now effectively a weak pointer onto the texture. BUG=230137 Review URL: https://chromiumcodereview.appspot.com/14188053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202992 0039d316-1c4b-4281-b951-d872f2087c98
-
nfullagar@chromium.org authored
BUG=none TEST=demo for SDK R=binji@chromium.org, noelallen@chromium.org Review URL: https://codereview.chromium.org/15732012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202991 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
These headers have moved from Source/Platform/chromium/public to public/platform. This CL updates CC's references to the old location to point to the new location. After this CL lands, I'll remove the forwarding headers that are letting these references still work. TBR=jamesr@chromium.org BUG=239545 Review URL: https://chromiumcodereview.appspot.com/16085003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202990 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Reorder the NativeViews attached to a view via the kViewHostKey according to the position of the view in the view hierarchy. BUG=237650 Test=NativeWidgetAuraTest.* Review URL: https://chromiumcodereview.appspot.com/15114002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202987 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
I missed a device scale place in my previous patch. BUG=242976 TEST=tools/perf/run_measurement --browser=android-content-shell smoothness_measurement tools/perf/page_sets/top_25.json --page-filter=hl=e Review URL: https://chromiumcodereview.appspot.com/16057003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202986 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
so that we can copy texture as is. - store gfx::Display object for mirrored display instead of just id because we need one for mirror root window. - use host window's coordinate for mirror cursor window. BUG=239776 TEST=covered by unit tests Review URL: https://chromiumcodereview.appspot.com/15730006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202985 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202983 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
BUG=244597 TBR=ben Review URL: https://chromiumcodereview.appspot.com/15649011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202982 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=238224 R=joi@chromium.org, joth@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/16073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202981 0039d316-1c4b-4281-b951-d872f2087c98
-
dcarney@chromium.org authored
R=jochen@chromium.org TBR=jamesr@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/15952012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202980 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
much identical. BUG=226965 R=jln@chromium.org Review URL: https://codereview.chromium.org/16019017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202979 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
* Name/comment animation constants for clarity. Make constants used in multiple places in the class be private static members to scope them to the class (not really a big deal as there are no other classes in the .cc file). * Inline the calculations from GetTextAnimationSize() into GetPreferredSize() and nuke |visible_text_size_| as a result. * To enable the above change, add a background_showing() method to tell us when the background painter is being painted. This is basically equivalent to "are we animating", but also includes the "paused animation" state (during which the actual animation is technically reset). Then use this everywhere appropriate. This results in one functional change: if the content setting model changes our type while we're paused, we now just silently ignore it. This seems more correct, and I doubt this case can happen anyway. * Eliminate pointless arg to OnClick(). * Make |background_painter_| a pointer, which will be necessary when it switches to being an image grid painter. * Eliminate unnecessary #includes and a using directive. * Other changes to braces, newlines, variable names, code order, comments, etc. with the aim of clarity, brevity, and stylistic consistency. BUG=none TEST=none R=sky@chromium.org Review URL: https://codereview.chromium.org/16209002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202978 0039d316-1c4b-4281-b951-d872f2087c98
-
jrummell@chromium.org authored
BUG=235099 Review URL: https://chromiumcodereview.appspot.com/16075004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202977 0039d316-1c4b-4281-b951-d872f2087c98
-
wangxianzhu@chromium.org authored
This reverts commit 1675fd68. It causes DCHECK failure on an Android bot. BUG=235188 TBR=vollick Review URL: https://codereview.chromium.org/16018011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202975 0039d316-1c4b-4281-b951-d872f2087c98
-
beaudoin@chromium.org authored
Follow up on: https://codereview.chromium.org/14358005/ BUG=234733 Review URL: https://chromiumcodereview.appspot.com/15003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202974 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
The GetTotalNodesCount() function is called sufficiently often that it makes sense to spend some effort optimizing its implementation. The current implementation uses some traversal functions that are fairly slow, especially since GetSuccessorId() was made more expensive by the implementation of UniquePositions. This change moves the implementation into the syncable::Directory. This allows it to take advantage of the Directory's internal data structures and avoid unnecessary lookups. BUG=248143,238621 Review URL: https://chromiumcodereview.appspot.com/15322003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202973 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
BUG=141788 TEST=Updated media_unittests. R=scherkus@chromium.org Review URL: https://codereview.chromium.org/15660002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202971 0039d316-1c4b-4281-b951-d872f2087c98
-
courage@chromium.org authored
The scope approval component app's background script doesn't need to be running until the Identity API invokes the dialog, so there is no need to start the app when Chrome starts. BUG=244220 Review URL: https://chromiumcodereview.appspot.com/15892012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202970 0039d316-1c4b-4281-b951-d872f2087c98
-
mef@chromium.org authored
DnsTransaction::RecordLostPacketsIfAny shouldn't crash if some attempts failed to connect and thus have NULL socket_lease. BUG=244507 TEST=net_unittests --gtest_filter=DnsTransactionTest.ConnectFailureFollowedBySuccess Review URL: https://chromiumcodereview.appspot.com/15881008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202967 0039d316-1c4b-4281-b951-d872f2087c98
-
samarth@chromium.org authored
This fixes two issues: 1) Set use_tab_for_suggestions_ at the end of OnAutocompleteStart so that it doesn't get overridden by calls to HideOverlay. 2) If not using tab for suggestions, make sure the overlay is ready to use. BUG=241835 Review URL: https://chromiumcodereview.appspot.com/15755011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202966 0039d316-1c4b-4281-b951-d872f2087c98
-
ramankk@chromium.org authored
Remember the initial checked state of {radiobutton|checkbox}. If autofill flow is not autocheckout, autofilling a form should just use remembered values for checkable elements. BUG=244645 Review URL: https://chromiumcodereview.appspot.com/15659015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202965 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
On suspicions that it turns four CrOS bots red. TBR=tengs@chromium.org Review URL: https://codereview.chromium.org/16210002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202964 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This also adjusts the baseline and min-X of the unread count. BUG=243935 Review URL: https://chromiumcodereview.appspot.com/16159005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202962 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
Turns out that this cleanup introduced regression https://codereview.chromium.org/16105005/ BUG=244224 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/16114008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202961 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
Add a missing null check for the case where missing recordings create null tiles. R=reveman@chromium.org BUG=243839 Review URL: https://chromiumcodereview.appspot.com/16086003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202960 0039d316-1c4b-4281-b951-d872f2087c98
-
felt@chromium.org authored
This CL removes the Activity Log UI. I will be replacing it with an extension once the chrome.activityLogPrivate API is complete. The only code changes in this CL are for code deletion. BUG=241672 Review URL: https://chromiumcodereview.appspot.com/15812004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202959 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
able to override it. But there is already functionality in internals.settings to to that. BUG=231643 Review URL: https://chromiumcodereview.appspot.com/15898003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202958 0039d316-1c4b-4281-b951-d872f2087c98
-
unsafe@trevp.net authored
Remove "--hsts-hosts" so we don't have to maintain it during upcoming changes to the TransportSecurityState data structures and JSON format. The "--hsts-hosts" feature is likely unused, is redundant with net-internals, and is dangerous since it fails silently. Also it exposes the internal JSON format to the user. BUG=156152 R=rsleevi,palmer Review URL: https://chromiumcodereview.appspot.com/15711007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202957 0039d316-1c4b-4281-b951-d872f2087c98
-
pavely@chromium.org authored
When sync receives DISABLED_BY_ADMIN from server PSS stops SyncBackendHost and disables sync by settings DisabledByAdmin pref. This prevents sync from connecting to server in the future. The way to reenable sync is to sign out and sign in again. In future milestone we will implement retry logic that will periodically (once a day) try to connect to sync server to see if sync is still disabled. BUG=178417 Review URL: https://chromiumcodereview.appspot.com/14655009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202956 0039d316-1c4b-4281-b951-d872f2087c98
-