Commit Graph

305260 Commits

Author SHA1 Message Date
Scott Johnson
8c1c3e2ad7 Bug 600100, Part 2: Force a vertical resize even if our available height hasn't changed in anonymous blocks of a column set so we don't crash. [r=mats] 2013-04-08 13:38:33 -05:00
ISHIKAWA, Chiaki
c792f58f70 Bug 857640 - Fix to IntentionalCrash.h when getenv(XPCOM_MEM_BLOAT_LOG) returns NULL. r=bsmedberg 2013-04-08 14:35:31 -04:00
aceman
839310031c Bug 856238 - Remove unused includes of the obsolete nsISupportsArray and nsIEnumerator. r=Neil, r=bsmedberg 2013-04-08 14:35:31 -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
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
Gregory Szorc
d93f593627 Bug 837323 - Automatically clobber when CLOBBER is updated; r=ted, glandium 2013-03-29 10:34:58 -07:00
Patrick McManus
29a49dbb09 bug 857291 - fix 807678 regression of DNS::GetCanonicalName r=josh 2013-04-08 12:02:41 -04:00
Ehsan Akhgari
b0d7171a54 Bug 856455 - Make nsCOMArray::SetCapacity return void; r=bsmedberg
--HG--
extra : rebase_source : 38cdef904f9b7fc33bd3f41bd19b1778dfbd7990
2013-03-31 16:06:18 -04:00
David Burns
c9d752cdd1 Bug 838607 - Added explicit wait for element to appear before carrying on the test. r=mdas 2013-04-08 16:16:57 +01:00
ISHIKAWA, Chiaki
e0929628b5 Bug 859267 - Compile time warning: js/src/jsapi.h has an extra comma, and a semicolon r=jonco
--HG--
extra : rebase_source : 0a255af596747d424562bf1e9c49990b3ed30dca
2013-04-08 15:18:50 +01:00
Ryan VanderMeulen
ef526e586a Backed out changesets 206bb159d62f, a6ab3e11f721, and a61aa08ab4ac (bug 837323) for frequent Windows fatal clobber errors on a CLOSED TREE. 2013-04-08 09:59:45 -04:00
Lucas Rocha
1563f97ed9 Bug 854458 - Use different focus navigation direction on horizontal tabs tray (r=mfinkle) 2013-04-08 14:38:39 +01:00
Lucas Rocha
a76b28db8c Bug 854458 - Implement keyboard navigation in TwoWayView (r=mfinkle) 2013-04-08 14:38:37 +01:00
Kyle Huey
a9e6005481 Back out Bug 788613 for breaking the build on Windows. 2013-04-08 06:22:50 -07:00
Aryeh Gregor
53c6d9faf8 Bug 851916 part 2 - createHTMLDocument() should work with no arguments; r=bz 2013-03-21 14:55:08 +02:00
Aryeh Gregor
5384d0b989 Bug 851916 part 1 - Update dom/imptests/webapps/ and harness; r=Ms2ger
--HG--
rename : dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/test_ChildNode-remove.js => dom/imptests/webapps/DOMCore/tests/submissions/Ms2ger/ChildNode-remove.js
2013-03-21 14:54:43 +02:00
Hannes Verschore
cd361e9bf8 Bug 855514: IonMonkey: Add fastpath for JSOP_TOID for ints and doubles that fit into an int, r=jandem 2013-04-08 14:54:20 +02:00
Julien Wajsberg
99a61a983d Bug 858833 - During an update, downloadAvailable is sometimes not reset to false after an error when it should. r=fabrice 2013-04-06 01:04:26 +02:00
Chia-hung Tai
944e5cc904 Bug 843445 - B2G MMS: Provide nsIDOMMobileMessageManager.retrieveMMS() to retrieve MMS for the deferred retrieval mode, part-2:mms_service. r=vyang, r=gene.lian, sr=sicking 2013-03-22 20:02:02 +08:00
Cykesiopka
26e9217bb7 Bug 794410 - Prevent drag and dropping an about: tab to the download button downloading the associated XUL file. r=paolo 2013-04-08 08:29:30 -04:00
David Burns
45e6006ebe Bug 814037 - Check overflow x and overflow y when doing visibility checks with Marionette. Atom updated. r=mdas 2013-04-08 13:13:11 +01:00
Hannes Verschore
63bfadfbab Bug 858617: IonMonkey: When inlining box unknown inputs, r=nbp 2013-04-08 14:12:44 +02:00
Randell Jesup
7079f90b91 Bug 845741: Set mUpdateFinished under lock r=roc 2013-04-08 08:03:33 -04:00
Jonathan Kew
977ec18959 backout bd072e286fc0 (bug 858617) for assertion failures in check-jit-test 2013-04-08 12:59:04 +01:00
Jonathan Kew
c6e175640f bug 832524 pt 3 - use higher-resolution menuitem icons when available on hidpi display. r=dao 2013-04-08 12:36:45 +01:00
Jonathan Kew
18def1caa5 bug 832524 pt 2 - position of the menu gutter rule in the app menu needs to be sensitive to resolution. r=dao 2013-04-08 12:36:13 +01:00
Jon Coppeard
26675efe72 Bug 858619 - GC: Address rooting hazards in ctypes r=terrence
--HG--
extra : rebase_source : 04bd30cebc35e48feaaf06a36603da3747ad6f9f
2013-04-05 18:53:53 +01:00
Vicamo Yang
5801554fea Bug 850127 (follow-up): use JS::Value instead and fix possible fennec build bustage. r=me 2013-04-08 17:53:48 +08:00
Hannes Verschore
7fb4e8b8ca Bug 858617: IonMonkey: When inlining box unknown inputs, r=nbp 2013-04-08 10:56:42 +02:00
Simon Montagu
8e35c82d4a Exclude U+30FB KATAKANA MIDDLE DOT from the non-recommended characters that force IDN labels to be displayed as punycode. Bug 857490, r=jfkthame 2013-04-08 01:36:54 -07:00
Simon Montagu
1c35ddee88 Disable the check for mixed Simplified and Traditional Chinese characters when determining whether to display IDN labels as unicode or punycode. Bug 857481, r=honzab 2013-04-08 01:36:52 -07:00
Jonathan Kew
9633dbed87 bug 840881 - apply widget's default scale factor in widget/gtk2/nsWindow move & resize methods. r=roc 2013-04-08 08:52:23 +01:00
Mike Hommey
0be8a6f255 Bug 858204 - Enable libevent logging on debug builds. r=jlebar 2013-04-08 08:36:01 +02:00
Mike Hommey
f4254c92f1 Bug 858393 - Avoid race condition creating directories in config.status. r=gps 2013-04-08 08:35:14 +02:00