Vicamo Yang
d1948ae387
Bug 838467 3/5: IPC. r=sicking,bent
2013-04-09 10:21:35 +08:00
Vicamo Yang
d7cb9ae399
Bug 838467 2/5: DOM implementation. r=sicking,bent
2013-04-09 10:21:31 +08:00
Vicamo Yang
9fad2c3784
Bug 838467 1/5: use DOMCursor instead of SmsCursor. Interface changes. sr=sicking, r=bent
2013-04-09 10:21:25 +08:00
Ryan VanderMeulen
8b1a61762a
Backed out changesets ab64b048ad04 and 025d24d7fee8 (bug 734691) for leaks.
2013-04-08 22:16:21 -04:00
Jason Smith
7cc1aac322
Bug 850275 - Adds some basic mochitests for offer media constriants. r=jesup
2013-04-02 08:06:59 -07:00
Sotaro Ikeda
09b09313c5
Bug 837051 - Store less buffers for video playback at MediaOmxReader. r=doublec
2013-04-08 14:35:30 -04:00
Garrett Robinson
3121dfee40
Bug 821877 - Browser Mochitest for CSP error logging to Web Console. r=msucan
...
Also fixes another CSP browser chrome test that was broken because it uses the
old CSP headers and assumed that only one warning would be logged to the Web
Console.
2013-04-08 14:35:30 -04:00
Garrett Robinson
23df509e26
Bug 821877 - Log CSP errors to Web Console. r=bz
2013-04-08 14:35:30 -04:00
Geoff Brown
4118e069bc
Bug 833765 - Increase default sut timeout to 320 s during rc tests; r=jmaher DONTBUILD
2013-04-08 12:34:45 -06:00
Reuben Morais
3fd1918417
Bug 856923 - Don't stop installing permissions if one of them has an invalid entry in the manifest. r=gwagner
2013-04-05 16:38:08 -07:00
Matt Brubeck
b4b1d3a327
Bug 859349 - Saving .mozbuild/warnings.json fails if .mozbuild doesn't exist [r=gps]
2013-04-08 11:14:33 -07:00
Ryan VanderMeulen
07d2de5338
Bug 856349 - Update CLOBBER file.
2013-04-08 14:01:04 -04:00
Shane Caraveo
de1f288456
bug 855389 fix social toolbarbutton structure to work with themes/etc, r=felipe
2013-04-07 23:53:41 -07:00
Bobby Holley
9fe04dbfa2
Bug 839467 - Remove aCx parameter to CloneAndAdopt. r=mrbkap
...
Right now it has to be kept in sync with the nullness of aNewScope. Let's just
rely on the cx stack here and kill the param.
2013-04-08 10:24:21 -07:00
Bobby Holley
c00d101063
Bug 839467 - Remove JSContext pushing in AdoptNode. r=mrbkap
2013-04-08 10:24:21 -07:00
Rodrigo Silveira
784330a5d0
bug 854274 - Showing tab doc when clicking + r=mbrubeck
...
--HG--
extra : rebase_source : 89db6d0e133565a49f122c793535c22b5fde6d2c
2013-04-03 09:34:55 -07:00
Chris Lord
a0307d1e46
Bug 856497 - Fix dynamic viewport sizing for margin changes. r=kats
...
The viewport wasn't being recalculated when the viewport margins changed, and
was also subject to some rounding errors. Round off the values before
comparing them (as they're screen pixels), and make sure to update the viewport
when the margins change. Margins were also not correctly being altered when
in overscroll, which could cause bottom-aligned fixed position content to be
incorrectly offset.
2013-04-08 16:35:00 +01:00
Georg Fritzsche
db4dbe3114
Bug 857589 - Bail out without warnings when no plugins registry key is present. r=bsmedberg
2013-04-03 16:24:03 +02:00
Jim Chen
1af695427b
Bug 844573 - Detect textarea; r=cpeterson
2013-04-01 18:52:39 -04:00
Trevor Saunders
910e36a49a
bug 856349 - remove useless SHORT_LIBNAME assignments r=glandium
2013-03-30 15:42:45 -04:00
Trevor Saunders
384f492419
bug 856779 - remove nsFrameManager::Init() r=dholbert
2013-03-31 18:43:04 -04:00
Trevor Saunders
ef82aa217b
bug 856779 - make nsStyleSet::Init() return void r=dholbert
2013-03-31 18:08:29 -04:00
Trevor Saunders
617729fa2f
bug 856779 - kill NS_NewPresShell() r=bz
2013-03-31 16:39:27 -04:00
Mihai Sucan
ee7997edec
Bug 783499 - Web Console should use the debugger API; r=past
2013-03-30 13:31:10 +02:00
Ryan VanderMeulen
8941354c10
Merge m-c to fx-team.
2013-04-08 20:04:11 -04:00
Jim Blandy
689e14416b
Bug 837723: Implement Debugger.Object.prototype.unsafeDereference. r=jorendorff
2013-04-08 13:14:39 -07:00
Victor Porof
70218ceedf
Bug 859221 - [netmonitor] Sizes are displayed in KB not kb, r=dcamp
2013-04-08 21:34:45 +03:00
Victor Porof
8b39672714
Bug 859089 - [netmonitor] Under very constrained sizes text in the timeline view is sometimes not rendered, r=dcamp
2013-04-08 21:34:45 +03:00
Masatoshi Kimura
b16677e0b4
Bug 771975 - Remove -moz-prefixed gradients usage from android. r=mfinkle
2013-04-08 00:28:46 +09:00
Olli Pettay
a586bb022d
Clobber for Bug 858014
2013-04-07 18:19:56 +03:00
ishikawa@yk.rim.or.jp
83bf3aac26
Bug 854888, don't warn when GetContextForEventHandlers fails, r=smaug
2013-04-07 18:08:14 +03:00
Masatoshi Kimura
d18d93c315
Bug 771975 - Remove -moz-prefixed gradients usage from browser and toolkit. r=dao
2013-04-07 23:28:34 +09:00
Andrew McCreight
5afce95861
Bug 856313 - Clean up some Traverse/Unlink declarations. r=smaug
2013-04-02 09:48:59 -07:00
Olli Pettay
47910b2a56
Bug 858014, make sure nsPIDOMWindow can be used in external apps, like TB/SM, r=neil
...
--HG--
extra : rebase_source : 5c3bfc5bb175efba465be834974d26df34207568
2013-04-07 15:19:56 +03:00
Ryan VanderMeulen
68e5c38fbd
Merge m-c to inbound.
2013-04-07 08:50:47 -04:00
Jim Mathies
bf2dd86223
Bug 858700 - Swap in better browser bindings single coordinate conversion method names. r=mbrubeck
2013-04-07 07:42:22 -05:00
Jim Mathies
3ffaa5c198
Bug 858155 - Restrict the size of auto-complete menus. r=fryn
2013-04-07 07:42:18 -05:00
Ms2ger
a4c6c994b0
Bug 859075 - Attempt to make the test more robust.
2013-04-07 13:59:18 +02:00
Andreas Gal
c891c99826
Bug 858454 - Deliver MozKeyboard key events from the event loop instead of synchronously (r=fabrice).
2013-04-07 02:38:40 -07:00
Victor Porof
9773539068
Merge fx-team to m-c
2013-04-07 12:10:06 +03:00
Masatoshi Kimura
b8338e05d7
Bug 859021 - Add comments explaining "0 -". r=dholbert DONTBUILD
2013-04-07 17:52:50 +09:00
Masatoshi Kimura
a0aa442cbe
Bug 859021 - Fix remaining MSVC build warnings and remove the MSVC exemption for FAIL_ON_WARNINGS in content/svg/content/src. r=dholbert
2013-04-07 17:46:48 +09:00
Gabor Krizsanits
07c194820d
Bug 832091 - guards against crashes in resolveDOMCollectionProperty. r=bholley
2013-04-07 10:18:58 +02:00
Ms2ger
124aabc9f4
Backout changeset e1bddda508fe for double logging when running mochitests through mach.
2013-04-07 10:11:11 +02:00
Masatoshi Kimura
2550eb2430
Bug 858224 - Remove most MSVC exemptions for FAIL_ON_WARNINGS. r=ted feedback=dholbert
2013-04-07 13:45:34 +09:00
sarat.addepalli@gmail.com
5a0e69654e
Bug 858012, fix compilation of nsSpeechTask.cpp r=smaug
...
--HG--
extra : rebase_source : ef26138e39cb2b86f01f41a5f7e0e041997d5e2d
2013-04-07 01:37:15 +03:00
Neil Rashbrook
a596a35795
Bug 858929 Allow external components to register memory reporters r=njn
2013-04-07 00:05:47 +01:00
sarat.addepalli@gmail.com
d0a1229efc
Bug 857994, fix compilation on some older GCCs, r=smaug
2013-04-07 01:24:27 +03:00
Jonathan Kew
27c48de022
bug 854277 - improve font fallback behavior for zh-* locales. r=mfinkle
2013-04-06 22:04:30 +01:00
Mark Finkle
7a1b018278
Bug 765155 - Missing associative icons for recommended add-on listing on about:home r=bnicholson
2013-04-06 16:20:16 -04:00