- 08 Jan, 2014 40 commits
-
-
noamsml@google.com authored
> Cast:Adding cast_transport_config and cleaning up > > BUG=327482 > > Review URL: https://codereview.chromium.org/109413004 TBR=mikhal@chromium.org Review URL: https://codereview.chromium.org/129113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243648 0039d316-1c4b-4281-b951-d872f2087c98
-
mikhal@chromium.org authored
BUG=327482 Review URL: https://codereview.chromium.org/109413004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243647 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
The public/internal prompt had an unexpanded "%s" replacement. Also, messages about what was being uploaded referred to the sha1 file, while the thing actually being uploaded is the .wpr. R=dtu@chromium.org Review URL: https://codereview.chromium.org/126543006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243645 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Even though this isn't hooked up on Mac yet, we need the goma include for all toolchains to avoid throwing errors for Goma on Mac users. TRB=thakis Review URL: https://codereview.chromium.org/129323002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243644 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=330683 Review URL: https://codereview.chromium.org/123453002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243643 0039d316-1c4b-4281-b951-d872f2087c98
-
huangs@chromium.org authored
During the self-destruct flow (user-level Chrome being replaced by system-level Chrome), existing code to retarget shortcuts failed to update icon executables. This CL fixes this. The heuristics are summarized below: 1. Only considering shortcuts with parameters . 2. Shortcuts whose icon file == old target (user-level chrome.exe) gets updated to new target (system-level chrome.exe). 3. Shortcut index is kept same as before. (1) lets us delete user-level (pure) Chrome shortcut since system-level Chrome shortcut is already present. (2) lets us select migrate App Launcher shortcut (points to chrome.exe), without changing app shortcuts (points to fixed .ico files). (3) prevents App Launcher shortcut from mutating into Chrome shortcut (it assumes icon resources enumeration don't change. To make (2) and (3) possible, we need to read the icon file and icon index. This is done by generalizing ResolveShortcut() to ResolveShortcutProperties(). The new logic requires a new flow in ShellUtils, and no longer uses the UpdateShortcutsWithArgs() flow. BUG=326562 Review URL: https://codereview.chromium.org/108193019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243642 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
If the plugins setting is managed and can't be controlled by the user, then disable the run all plugins link on the plugins settings bubble. BUG=321772 Review URL: https://codereview.chromium.org/126143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243639 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This uses the path service to find the current process' path, removing the platform-specific code nad making it work on Mac. R=bbudge@chromium.org Review URL: https://codereview.chromium.org/128693003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243638 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
R=abarth@chromium.org Review URL: https://codereview.chromium.org/126743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243637 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243636 0039d316-1c4b-4281-b951-d872f2087c98
-
ncbray@chromium.org authored
This change requires rolling the NaCl DEPS to get untrusted libraries to build correctly. BUG=154400 Review URL: https://codereview.chromium.org/126803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243635 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/116983008/noamsml@chromium.org authored
Reason for revert: ChromeOS bot failures on x86/amd64 TBR=bartfab@chromium.org,benwells@chromium.org,derat@chromium.org NOTREECHECKS=true NOTRY=true BUG=329930 Review URL: https://codereview.chromium.org/129193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243634 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This also resurrects the CookiesTreeModelObserverBridge (now called CookiesTreeControllerBridge) that I removed in r77477 along with the rest of the native preferences. The class is used to dynamically update the tree view in response to model changes. XIB changes: * Made the "Blocked" tab buttons use the constrained window style. * Matched the height of the NSOutlineView between the allowed and blocked tabs. BUG=168996 TEST=Go to google.com, click on the lock icon, click on "Show cookies", and remove site data from the Allowed pane. Review URL: https://codereview.chromium.org/128673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243633 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
Also, remove GetLoaderPath, GetHelperPath, GetIrtBinPath from getos.py. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/118553007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243629 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
NOTRY=true BUG=332440 Review URL: https://codereview.chromium.org/129093002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243628 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=309720 TEST=covered by test. Also tested manually R=mukai@chromium.org Review URL: https://codereview.chromium.org/106673003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243627 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
BUG=322682 TEST=covered by existing unit tests Review URL: https://codereview.chromium.org/102973008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243626 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
This should fix the 100% regression due to https://src.chromium.org/viewvc/blink?revision=164213&view=revision TBR=tonyg@chromium.org Review URL: https://codereview.chromium.org/129083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243625 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=332271 R=thestig@chromium.org,joi@chromium.org Review URL: https://codereview.chromium.org/128413002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243624 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
BUG=310934 TEST=Let's see what the chrome-rel-mac6 bot has to say about this. Review URL: https://codereview.chromium.org/128413003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243623 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
This gets more to compile. R=ben@chromium.org BUG=none TEST=none Review URL: https://codereview.chromium.org/128343003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243622 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
For some reason stl for android has problems with these lines, tweaking for loop makes the compiler happy. BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/127043004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243621 0039d316-1c4b-4281-b951-d872f2087c98
-
johnme@chromium.org authored
A contact at ARM mentioned that their recent Mali-T7xx line of GPUs doesn't guarantee flush ordering either (and there seems little reason to assume future models will break this trend). So instead of enabling use_virtualized_gl_contexts for GPUs starting with "Mali-T6", we should check for e.g. "Mali-T[6-9]", or more simply just "Mali-T" since older Mali GPUs didn't have a "T". BUG=154715 TEST=manual Review URL: https://codereview.chromium.org/128163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243620 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
Fix QUIC faster stats reporting memory leaks and crashes by changing lifetime once again. Now QuicAckNotify::DelegateInterface, one of the base classes of QuicFasterStatsGatherer, is ref-counted so QuicFasterStatsGatherer is guanrateed to be around until either faster stats reporting happens or the last ack is delivered by the QuicConnection. Merge internal change: 59228960 https://codereview.chromium.org/126543005/ Add a test requested by rch@ in cr/59053386 to replicate a potential DCHECK failure. Merge internal change: 59147972 https://codereview.chromium.org/127563002/ QUIC - Syncing with internal source code. Fixing the include order. Added missing OVERRIDE. Merge internal change: 59061118 https://codereview.chromium.org/127553002/ Make TimeWaitListManager use PacketWriter's socket writability state. Merge internal change: 59058066 https://codereview.chromium.org/127523002/ Make QuicPacketWriter keep track of socket writability; expose the underlying writer's state instead of keeping a separate variable in Dispatcher. Eventually we'll thread this to session/connection as suggested in a TODO. Merge internal change: 59055651 https://codereview.chromium.org/127503002/ Fix a QUIC DCHECK flakiness caused by not checking if a packet is pending before asserting that it's in the sent_packet_map. Merge internal change: 59053386 https://codereview.chromium.org/127003002/ QUIC Cleanup to remove pending_packets from QuicSentPacketManager and use a flag in unacked_packets_. Replaced FindOrNull and FindOrDie with find() call. Merge internal change: 59015729 https://codereview.chromium.org/126983002/ R=rch@chromium.org Review URL: https://codereview.chromium.org/127633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243619 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
I accidentally checked this in. TBR=scottmg Review URL: https://codereview.chromium.org/129023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243618 0039d316-1c4b-4281-b951-d872f2087c98
-
davidben@chromium.org authored
Prerender browser tests are currently sensitive to prerenders occurring synchronously. Already we require an ad-hoc content::RunMessageLoop() in PrerenderPageNewTab because that one is asynchronous. Instead, introduce a NavigationOrSwapObserver so NavigateToURL always waits for either the swap or a normal navigation. This allows removing the content::RunMessageLoop() call and is necessary for fixing beforeunload handling. Also split off DidDisplayPass and DidPrerenderPass into helper functions. BUG=307592,304932 TEST=PrerenderBrowserTest.* Review URL: https://codereview.chromium.org/102433010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243616 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/115253004/noamsml@chromium.org authored
Reason for revert: http://crbug.com/332434 TBR=benm@chromium.org,mnaganov@chromium.org NOTREECHECKS=true NOTRY=true BUG=332089 Review URL: https://codereview.chromium.org/128933002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243615 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=332218 Review URL: https://codereview.chromium.org/126513005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243614 0039d316-1c4b-4281-b951-d872f2087c98
-
tom.cassiotis@gmail.com authored
New methods to perform an undo and redo of bookmark changes, as well as obtaining i18n labels and whether there are actually changes to undo or redo. undo() redo() getUndoInfo() getRedoInfo() This commit is only one part of a multi-level undo/redo system for the bookmark model and there will be an additional commit to take advantage of these new function in the bmm. BUG=126092 Review URL: https://codereview.chromium.org/119233004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243613 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This searches the local system for Visual Studio versions like GYP. It enables specifically requesting one version, as well as overriding the directory like GYP. BUG= R=scottmg@chromium.org Review URL: https://codereview.chromium.org/126073005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243612 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243611 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243610 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
1831 - Don't try to match mixed source/dir gyp order on MSVS prior to 2010 BUG=none TBR=scottmg@chromium.org Review URL: https://codereview.chromium.org/128473002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243609 0039d316-1c4b-4281-b951-d872f2087c98
-
dconnelly@chromium.org authored
Screenshot on the bug. BUG=276956 Review URL: https://codereview.chromium.org/128033004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243608 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=164682:164685&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/126753005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243607 0039d316-1c4b-4281-b951-d872f2087c98
-
rpaquay@chromium.org authored
BUG=331831 Review URL: https://codereview.chromium.org/118633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243606 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
SearchResultView's |result_| could be NULL and should be handled properly. BUG=332012 Review URL: https://codereview.chromium.org/120553004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243602 0039d316-1c4b-4281-b951-d872f2087c98
-
noamsml@google.com authored
CastStreamingAPITest.Basics has been failing on OSX bots, so disable it. BUG=332427 TBR=hclam@chromium.org Review URL: https://codereview.chromium.org/128853002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243601 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
This will be used by the VariationsService to simulate newly received variations seed, to evaluate whether there's sufficient new changes to badge the UI to suggest a restart (similar to what happens during auto updates). This is the initial version of this class and still has some missing pieces, left as TODOs. BUG=315807 TEST=Unit tests. TBR=joi@chromium.org Review URL: https://codereview.chromium.org/41623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243600 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
BUG=276675 Review URL: https://codereview.chromium.org/110863003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243592 0039d316-1c4b-4281-b951-d872f2087c98
-