- 21 Jul, 2014 20 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284410 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178532:178539&mode=html TBR=johnme@chromium.org,pkasting@chromium.org BUG= Review URL: https://codereview.chromium.org/405083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284409 0039d316-1c4b-4281-b951-d872f2087c98
-
ppi@chromium.org authored
Believe it or not, but the extraneous whitespace is confusing the JNI generator resulting in UnsatisfiedLinkError at runtime. TBR=jdduke@chromium.org BUG=395574 Review URL: https://codereview.chromium.org/408833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284408 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@chromium.org authored
BUG=394028 TBR=eugenis@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/408823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284407 0039d316-1c4b-4281-b951-d872f2087c98
-
cmasone@chromium.org authored
This target was initially defined in mojo_public.gypi, but it depends on code outside of mojo/public. Move it to mojo.gyp, where the target for code in the adjacent directory (mojo/bindings/js) is defined. BUG=None TEST=trybots Review URL: https://codereview.chromium.org/403803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284405 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Alter Label's API to support a RenderText implementation. This has minimal functional changes to Label for now. The Label rewrite to use RenderText will land separately. Remove the generally unused Label::SetDirectionalityMode. We should always use the text's directionality anyway. (it seems like this was the case even for *FROM_UI...) Also remove views::LabelButton::SetDirectionalityMode. Fix LabelButton mutli-line preferred sizing and layout. Add RenderText flag to swap newline chars for symbols. (We don't want that for multi-line views::Label layout) Add GetCurrentHorizontalAlignment ALIGN_HEAD helper. Expose ElideBehavior and ShadowValues accessors. Set the styles of the argument FontList in SetFontList. (this is how Label transmits style information for now) Fix partial-pixel treatment for centered alignment. Update Message Center's InnerBoundedLabel Label subclass. (minimal changes to keep it working with older paint path) BUG=240037 TEST=Negligible appearance changes (better multi-line label centering). R=sky@chromium.org,asvitkine@chromium.org Review URL: https://codereview.chromium.org/23228004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284401 0039d316-1c4b-4281-b951-d872f2087c98
-
sammc@chromium.org authored
This adds a Connect method to SerialService and a new partly complete Connection interface. This change includes methods for: - setting connection options - getting connection info - setting host control signals - getting device control signals - flushing buffers BUG=389016 Review URL: https://codereview.chromium.org/401563002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284399 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284398 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178530:178531&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/401223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284397 0039d316-1c4b-4281-b951-d872f2087c98
-
shiliu.wang@intel.com authored
This is for compliance with ScreenOrientation (https://w3c.github.io/screen-orientation). When unlock screen orientation, it should lock the orientation to default orientation. Previous implementation is to set the orientation to "unspecified", which is not fully aligned with spec. Instead, read the configuration from the activity metadata in AndroidManifest.xml and set the orientation accordingly. BUG=394214 Review URL: https://codereview.chromium.org/399553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284396 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
The last refactoring in RTCP handling dropped the playout delay from receiver. This change adds it back. TBR=miu BUG=393042 Review URL: https://codereview.chromium.org/401213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284395 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284394 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/249171e7d29b5559f3eefe9dbd437030bfad3fda..3d533ac917eaadf2fb3561f57d7266d8c0e665fd CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_layout_rel TBR=robertphillips@google.com BUG= Review URL: https://codereview.chromium.org/400333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284393 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284390 0039d316-1c4b-4281-b951-d872f2087c98
-
pan.deng@intel.com authored
It was forced to unregister power handler from power profiler service when detached, unfortunately, GetInstance() of singleton method initialized the service without intention. This change makes the handler unregister itself only when it has registered. BUG=394609 Review URL: https://codereview.chromium.org/401703004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284388 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
Revert of Remove deprecated extension notifications from ProcessManager (https://codereview.chromium.org/397743005/) Reason for revert: Suspected for Invalid Write / Unadressable / Uninitialized errors in Linux Tests (valgrind)(3) via ProcessManagerTest.ProcessGrouping and others starting http://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20Tests%20%28valgrind%29%283%29/builds/38965 Errors like Invalid write of size 8 ObserverListBase<autofill::PersonalDataManagerObserver>::AddObserver(autofill::PersonalDataManagerObserver*) (base/observer_list.h:162) autofill::PersonalDataManager::AddObserver(autofill::PersonalDataManagerObserver*) (components/autofill/core/browser/personal_data_manager.cc:225) ... extensions::ProcessManagerTest::ProcessManagerTest() (extensions/browser/process_manager_unittest.cc:39) and a range of uninitialized reads/jumps. Original issue's description: > Remove deprecated extension notifications from ProcessManager and use ExtensionRegistry instead. > > BUG=354046 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284366 TBR=rdevlin.cronin@chromium.org,limasdf@gmail.com NOTREECHECKS=true NOTRY=true BUG=354046 Review URL: https://codereview.chromium.org/407883003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284387 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284386 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178526:178529&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/407863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284385 0039d316-1c4b-4281-b951-d872f2087c98
-
tapted@chromium.org authored
The `const` was removed in http://crrev.com/283945 for the other native widget types. BUG=366007, 382301 Review URL: https://codereview.chromium.org/399133008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284384 0039d316-1c4b-4281-b951-d872f2087c98
-
epenner@chromium.org authored
BUG=None NOTRY=true No-try since it's the presubmit bot complaining about monsoon.py, which I didn't change. Review URL: https://codereview.chromium.org/400873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284383 0039d316-1c4b-4281-b951-d872f2087c98
-
- 20 Jul, 2014 20 commits
-
-
jeremy@chromium.org authored
Disabled in r283311 to get a measurement on the effect on the bots. Re-Enabling because we've collected the data we need. BUG=356804 Review URL: https://codereview.chromium.org/408753002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284382 0039d316-1c4b-4281-b951-d872f2087c98
-
rpaquay@chromium.org authored
BUG=84556 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/398083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284381 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284380 0039d316-1c4b-4281-b951-d872f2087c98
-
skia-deps-roller@chromium.org authored
https://skia.googlesource.com/skia/+log/3f376a55002c205aacacc4cb16ed745e3afbad31..249171e7d29b5559f3eefe9dbd437030bfad3fda CQ_EXTRA_TRYBOTS=tryserver.chromium:linux_layout_rel TBR=robertphillips@google.com BUG= Review URL: https://codereview.chromium.org/403293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284379 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
This contains fixes for the following sorts of issues: * Signedness mismatch * Possibly-uninitialized local variable These are the warnings that have appeared in the codebase since I began uploading my first cleanup pass a few weeks ago. BUG=81439 TEST=none Review URL: https://codereview.chromium.org/400313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284378 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
Include bold and italic styles in Fontconfig queries. BUG=125235,395313 Review URL: https://codereview.chromium.org/403923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284377 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284376 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178525:178525&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/403283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284375 0039d316-1c4b-4281-b951-d872f2087c98
-
rpaquay@chromium.org authored
BUG=388016 TBR=armansito@chromium.org Review URL: https://codereview.chromium.org/395633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284374 0039d316-1c4b-4281-b951-d872f2087c98
-
paulirish@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/292463002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284373 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Temporarily disable -Werror on linux, since the gn build isn't yet warning-free with clang. Since gn doesn't use -Werror for all targets yet anyways (http://crbug.com/393046) that seems acceptable. BUG=360311,393046 R=brettw@chromium.org Review URL: https://codereview.chromium.org/387693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284372 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284371 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
1952: Add test files for https://codereview.chromium.org/406523005/ 1953: ninja/win: Put common msvs_system_include_dirs into %INCLUDE% BUG=395405 R=scottmg@chromium.org TBR=scottmg Review URL: https://codereview.chromium.org/393033009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284370 0039d316-1c4b-4281-b951-d872f2087c98
-
sebmarchand@chromium.org authored
Revert of Copy the PGO runtime library to the release directory (https://codereview.chromium.org/402993002/) Reason for revert: pgort120.dll isn't present in the express version of VC. Original issue's description: > Copy the PGO runtime library to the release directory > > BUG=395183 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=284261 TBR=scottmg@chromium.org NOTREECHECKS=true NOTRY=true BUG=395183 Review URL: https://codereview.chromium.org/401173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284369 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284368 0039d316-1c4b-4281-b951-d872f2087c98
-
petarj@mips.com authored
Review URL: https://codereview.chromium.org/402903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284367 0039d316-1c4b-4281-b951-d872f2087c98
-
limasdf@gmail.com authored
BUG=354046 Review URL: https://codereview.chromium.org/397743005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284366 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284365 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=178521:178524&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/407803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284364 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
OBJECTIVES This change is to refactor RTCP handling in media/cast such that RTCP message parsing is done in CastTransportSender. This side effect of this refactoring is much cleaner code: RTCP handling code are grouped under one module. VideoSender and AudioSender do not handle packets directly. This also affect the architectutre in Chrome that RTCP message parsing is now done in the browser process. A parsed RTCP message is passed to the renderer instead of raw packets. REATIONALE RTCP is used as a feedback mechanism in Cast Streaming. It used to be parsed and handled by VideoSender and AudioSender in the render process. This was very ineffective because packetization and sending is done in the browser process. This created inefficiencies in packet retransmission. It also made improvement to the transport protocol / algorithm much more difficult. A side effect is very messy code. DETAILS Rtcp - This class is responsibile for maintaining a bi-directional RTCP session. It is now owned by CastTransportSender. CastTransportSender - It now performs packetization and also parsing of incoming RTCP packets. RTCP packets are small UDP packets for signaling only. Eventually retransmission can also be moved to this class. It will handle all packet level send transport. AudioSender / VideoSender - They don't handle packet directly any more. Which means render process doesn't see raw packets. FrameSender - Base class for AudioSender and VideoSender to share code for RTCP message handling. Eventually AudioSender and VideoSender will merge here but it is not the point of this change. RtcpBuilder - Removed and merged with RtcpSender. Net deleted 400 lines of code and simulation shows the same results. BUG=393042 Review URL: https://codereview.chromium.org/387933005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284363 0039d316-1c4b-4281-b951-d872f2087c98
-