Commit Graph

301073 Commits

Author SHA1 Message Date
Thomas Zimmermann
00c7a35b3f Bug 834172 - Implement CreateReader in DecoderTraits. r=cpearce
MediaDecoderReaders are now created from within DecoderTraits. The
codec-specific code has been removed from class MediaDecodeTask.
2013-03-05 09:56:35 -05:00
Thomas Zimmermann
0b33333206 Bug 834172 - Implement IsSupportedTypeInVideo in DecoderTraits. r=cpearce
This change moves the policy of supported media types in the element
nsHTMLMediaElement to the DecoderTraits class. The codec-specific code
has been removed from the media element.
2013-03-05 09:56:35 -05:00
Thomas Zimmermann
3f3ba124ad Bug 834172 - Implement CreateDecoder in DecoderTraits. r=cpearce
The class DecoderTraits knows about all supported decoders. Adding
an interface to create decoder instances simplifies all users of this
functionality. nsHtmlMediaElement has been updated to use the new
function.
2013-03-05 09:56:34 -05:00
Shih-Chiang Chien
3a831e50dd Bug 842147 - Translate JS exception from CaptivePortalDetector into informative debug message. r=vchang 2013-03-05 09:56:34 -05:00
Alexander Surkov
4766e33cac Bug 846204 - Unregister DocManager from DOM event listeners. r=tbsaunde 2013-03-05 09:56:34 -05:00
Chandan Kumar
d8db757ce1 Bug 708267: Add "non sequitur" to the en-US dictionary; r=ehsan
DONTBUILD
2013-03-05 09:44:49 -05:00
Ehsan Akhgari
e2f4dd6498 Attempt to fix bug 622534 by waiting for focus on the test window before running the test
Also, remove an unneeded enablePrivilege API call!
2013-03-05 09:41:27 -05:00
Ehsan Akhgari
908b1e7a08 Attempt to fix bug 681138 by making the test loading not race against snapshotting 2013-03-05 09:32:51 -05:00
Chris Peterson
f7a27ec142 Bug 822686 - Check for null BitmapDrawable for missing jar resources. r=mfinkle 2013-03-05 12:08:43 +00:00
Kartikaya Gupta
77b7b0355d Bug 726335 - Add support for sharing the current tab's URL over Android Beam. r=mfinkle 2013-03-05 13:06:09 +00:00
Kartikaya Gupta
36d9b80bf3 Bug 726335 - Add support for receiving URLs via Android Beam. r=mfinkle 2013-03-05 13:05:52 +00:00
Kartikaya Gupta
e5249c7acc Bug 726335 - Code formatting cleanup. r=mfinkle 2013-03-05 13:05:26 +00:00
Kartikaya Gupta
f7cdb2b330 Bug 847856 - Only send logcat data when the user selects the URL checkbox. r=mfinkle 2013-03-05 12:59:31 +00:00
Mats Palmgren
b902ea7d4f Bug 842853 - Scroll position lost after page reload on url with anchor. r=roc 2013-03-05 13:26:41 +01:00
Alexander Surkov
ee29041ae0 Bug 824662 - enable logging in accessible/focus/test_takeFocus.html 2013-03-05 20:29:02 +09:00
Paolo Amadini
a3a96172f3 Bug 835803 - Add tests for downloads whose size is zero bytes. r=enn
--HG--
extra : rebase_source : ed691306ee8976dabcb77a3947eec660a7a6e02e
2013-03-05 12:10:20 +01:00
Paolo Amadini
aac56c7c18 Bug 835880 - Implement the basic DownloadList object. r=enn
--HG--
extra : rebase_source : 15c2ba2132c87fdd633dc069a1e2ebef727c6392
2013-03-05 12:10:03 +01:00
Paolo Amadini
c81286236b Bug 835876 - Add the ability to restart downloads. r=enn
--HG--
extra : rebase_source : 0b7c0a7120b794410d01ef4e77b74e264a5f467c
2013-03-05 12:09:52 +01:00
Jim Chen
e8d019f886 Bug 831144 - Change tests to use Shift+Accel+Z for redo; r=masayuki 2013-03-05 11:08:42 +00:00
Jim Chen
8a360d4942 Bug 831144 - Add Android XBL key bindings; r=neil
--HG--
rename : content/xbl/builtin/unix/Makefile.in => content/xbl/builtin/android/Makefile.in
rename : content/xbl/builtin/unix/jar.mn => content/xbl/builtin/android/jar.mn
rename : content/xbl/builtin/unix/moz.build => content/xbl/builtin/android/moz.build
2013-03-05 11:08:08 +00:00
Jim Chen
02ee1b5198 Bug 831144 - Properly pass meta states to Gecko; r=cpeterson 2013-03-05 11:07:51 +00:00
Ed Morley
9c7a020058 Merge mozilla-central to mozilla-inbound 2013-03-05 10:30:18 +00:00
Geoff Brown
8500dbae53 Bug 846158 - Clear mEventReceived in robocop blockForEvent; r=kats 2013-03-05 03:27:29 -07:00
Ed Morley
789f89aa8f Backed out changeset 015da7030aab (bug 847382) for not following the tree rules (watching/starring mozilla-central after pushing) DONTBUILD 2013-03-05 10:23:06 +00:00
Jan de Mooij
59f1d1000b Bug 847450 - Change FastInvokeGuard to only construct an IonContext if it needs one. r=h4writer 2013-03-05 11:19:10 +01:00
Ms2ger
1d6c72d767 Bug 839913 - Fix HTMLAreaElement's stringifier; r=bz 2013-03-05 10:46:48 +01:00
Mounir Lamouri
ff82c04802 Bug 813897 - Fix crash in URL Classifier when using a system principal. r=bsmith,dcamp 2013-03-05 10:39:37 +01:00
Mounir Lamouri
8f66c676bd Bug 614825 - <embed> should be display:none; when hidden attribute is set. r=bz 2013-03-05 10:25:39 +01:00
Alexander Surkov
aa4457422c Bug 815837 - DocAccessible::mDependentIDsHash needs to be traversed by the cycle collector, r=tbsaunde 2013-03-05 18:08:37 +09:00
Frank Yan
fdcf44d876 Bug 845306 - Use 2x images for menu arrows. r=dolske 2013-03-05 00:11:26 -08:00
Richard Marti
40a2ccce1b Bug 845516 - Use 2x images for menu checkmarks. r=fryn 2013-03-05 00:11:25 -08:00
Panos Astithas
acb5994914 Increase the timeout for browser_dbg_createChrome.js to avoid orange in XP (bug 766119); r=me 2013-03-05 09:13:31 +02:00
Alexander J. Vincent
b5e50b343f Bug 847382: Fix XULRunner SDK builds. r=glandium 2013-03-04 23:09:14 -08:00
Phil Ringnalda
a15a3b2551 No bug, remove trailing whitespace to trigger builds on a CLOSED TREE 2013-03-04 21:44:53 -08:00
Josh Matthews
945fb871ae Bug 844671 - Only sync remote tabs to non-private windows. r=rnewman 2013-03-01 09:14:49 -05:00
Ryan VanderMeulen
4a1ef4dfd0 Merge m-c to inbound. 2013-03-04 18:20:41 -05:00
Steve Fink
014100db2b Bug 847579 - disable testGCOutOfMemory temporarily to reopen a CLOSED TREE. r=terrence 2013-03-04 14:53:49 -08:00
Scott Johnson
a2535182f9 Backout ddb4df63c258 on a CLOSED TREE due to ARM v6 bustage. 2013-03-04 16:50:40 -06:00
Nicolas B. Pierron
b4dbe78bc6 Bug 847605 - Check operands of branchTestBool before using testb. r=mjrosenb CLOSED TREE 2013-03-04 14:31:22 -08:00
Joe Drew
02ac9026a6 Backed out 2 changesets (bug 841579) on a CLOSED TREE
Backed out changeset d21d144e3db9 (bug 841579)
Backed out changeset 0222cb048028 (bug 841579)
2013-03-04 17:27:51 -05:00
Seth Fowler
0996e15106 Bug 846861 - Always update the moving average in nsSMILAnimationController::WillRefresh. r=dholbert
CLOSED TREE

--HG--
extra : amend_source : fb2d68d45f8f3e82a268b17092f311abe0e60384
2013-03-04 14:05:23 -08:00
Ryan VanderMeulen
9c626144d0 Merge the last PGO-green inbound changeset to m-c. 2013-03-04 17:03:22 -05:00
David Keeler
9b831fc343 backout 4fb9e70a38b2 (bug 841350) for causing bug 847070 2013-03-04 13:03:49 -08:00
Randell Jesup
c92ed777f4 Bug 842715: Refactor gUM prefs use to be on mainthread, and prepare for constraints r=derf 2013-03-04 16:02:17 -05:00
Chris Lord
76eb1d99eb Bug 847367 - Fix EGLSurface namespace conflict in AndroidBridge.cpp. r=blassey 2013-03-04 16:54:06 +00:00
L. David Baron
6edea8fa53 Bug 846096: Bail out of nsRange::ParentChainChanged if the nodes aren't in a connected subtree. r=smaug 2013-03-04 08:37:48 -08:00
Panos Astithas
3e383fc24c Add more logging in the Browser Debugger startup path in order to investigate bug 766119; r=vporof 2013-03-04 17:49:37 +02:00
Ryan VanderMeulen
47aa8f5a0b Backed out 5 changesets (bug 834172) for Android build bustage. 2013-03-04 11:17:36 -05:00
Jeff Walden
f22ad604ac Bug 847521 - Allow CheckedInt<signed char> in addition to char/unsigned char. char != signed char (but is guaranteed to have the same representation as either signed char or unsigned char, for backwards-compatibility reasons), so we have to handle signed char as a third character type. r=bjacob
--HG--
rename : content/html/content/src/HTMLObjectElement.h => content/html/content/src/HTMLObjectElement.cpp
extra : rebase_source : d07d72b78fcbae31483d726703b3605561295684
2013-03-01 21:49:25 -08:00
Daniel Holbert
df3c11fe91 (no bug) Fix some whitespace issues in nsGfxScrollFrame.cpp. (whitespace only, DONTBUILD) 2013-03-04 12:57:01 -08:00