Mark Finkle
4c172a3960
Bug 856739 - AwesomeBar.onDestroy does DB access on the main thread r=lucasr
2013-04-08 15:41:50 -04:00
Mark Finkle
54614148b4
Bug 858872 - Make Favicon service a little smarter about failed favicons r=bichnolson
2013-04-08 09:39:49 -04:00
Trevor Saunders
dd542bd092
bug 856349 - bustage fix because check-sync-dirs.py sucks landed on a CLOSED TREE
2013-04-08 15:00:45 -04:00
Trevor Saunders
93d8425788
bug 856349 - fix review comment r=me
2013-04-08 14:43:43 -04:00
Trevor Saunders
8cac19a60b
bug 858896 - crash if sdnAccessible is constructed with a null node r=davidb
2013-04-08 12:06:57 -04:00
Brian R. Bondy
265bf3729f
Bug 858359 - Select and Select All context menu test adjustments. r=jimm
2013-04-08 14:42:57 -04:00
Brian R. Bondy
b1b49477f7
Bug 858359 - Remove Selectable context menu options on input and textareas when there is text and no selection. r=jimm
2013-04-08 14:42:54 -04:00
Brian R. Bondy
aec9e59367
Bug 846275 - Intermittent problem on first install w/ win8 prompt not having firefox listed. r=jimm
2013-04-08 14:39:49 -04:00
Tetsuharu OHZEKI
cdbefe6e6b
Bug 840722 - Add an object which represents the viewport metadata in browser.js.r=kats
2013-04-08 14:38:52 -04:00
Scott Johnson
800a1db98f
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
d9aad7dce1
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
2d19ac6495
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
97bd0f64d7
Bug 850275 - Adds some basic mochitests for offer media constriants. r=jesup
2013-04-02 08:06:59 -07:00
Sotaro Ikeda
533f569684
Bug 837051 - Store less buffers for video playback at MediaOmxReader. r=doublec
2013-04-08 14:35:30 -04:00
Garrett Robinson
3ef4cb3bba
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
fa7624ae06
Bug 821877 - Log CSP errors to Web Console. r=bz
2013-04-08 14:35:30 -04:00
Geoff Brown
def2932c46
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
1d065f975e
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
c4cb1c452d
Bug 859349 - Saving .mozbuild/warnings.json fails if .mozbuild doesn't exist [r=gps]
2013-04-08 11:14:33 -07:00
Ryan VanderMeulen
8f05b396b8
Bug 856349 - Update CLOBBER file.
2013-04-08 14:01:04 -04:00
Shane Caraveo
0e150f0565
bug 855389 fix social toolbarbutton structure to work with themes/etc, r=felipe
2013-04-07 23:53:41 -07:00
Bobby Holley
7ab3e34af6
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
663cc022d5
Bug 839467 - Remove JSContext pushing in AdoptNode. r=mrbkap
2013-04-08 10:24:21 -07:00
Rodrigo Silveira
17a9d4b7ea
bug 854274 - Showing tab doc when clicking + r=mbrubeck
...
--HG--
extra : rebase_source : 89db6d0e133565a49f122c793535c22b5fde6d2c
2013-04-03 09:34:55 -07:00
Chris Lord
81e4e4068e
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
6f88a2a1c4
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
49055ecbc9
bug 856349 - remove useless SHORT_LIBNAME assignments r=glandium
2013-03-30 15:42:45 -04:00
Trevor Saunders
39490e860d
bug 856779 - remove nsFrameManager::Init() r=dholbert
2013-03-31 18:43:04 -04:00
Trevor Saunders
5143df6d46
bug 856779 - make nsStyleSet::Init() return void r=dholbert
2013-03-31 18:08:29 -04:00
Trevor Saunders
6c61278b66
bug 856779 - kill NS_NewPresShell() r=bz
2013-03-31 16:39:27 -04:00
Gregory Szorc
224d5bb176
Bug 837323 - Automatically clobber when CLOBBER is updated; r=ted, glandium
2013-03-29 10:34:58 -07:00
Patrick McManus
beac071548
bug 857291 - fix 807678 regression of DNS::GetCanonicalName r=josh
2013-04-08 12:02:41 -04:00
Ehsan Akhgari
bfb42c373e
Bug 856455 - Make nsCOMArray::SetCapacity return void; r=bsmedberg
...
--HG--
extra : rebase_source : 38cdef904f9b7fc33bd3f41bd19b1778dfbd7990
2013-03-31 16:06:18 -04:00
David Burns
d1f25deb75
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
c32ea5ae0e
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
f7ffa9c846
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
3eca6ef453
Bug 854458 - Use different focus navigation direction on horizontal tabs tray (r=mfinkle)
2013-04-08 14:38:39 +01:00
Lucas Rocha
62c20c3850
Bug 854458 - Implement keyboard navigation in TwoWayView (r=mfinkle)
2013-04-08 14:38:37 +01:00
Kyle Huey
b7c5926e3b
Back out Bug 788613 for breaking the build on Windows.
2013-04-08 06:22:50 -07:00
Aryeh Gregor
100ab0941f
Bug 851916 part 2 - createHTMLDocument() should work with no arguments; r=bz
2013-03-21 14:55:08 +02:00
Aryeh Gregor
a1a4b430b4
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
5f478bba88
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
70cca18747
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
e08dce8849
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
5835d5ff46
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
9b8f0d2bbc
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
1712e117b6
Bug 858617: IonMonkey: When inlining box unknown inputs, r=nbp
2013-04-08 14:12:44 +02:00
Randell Jesup
a15d1c6211
Bug 845741: Set mUpdateFinished under lock r=roc
2013-04-08 08:03:33 -04:00
Jonathan Kew
bb2bea552c
backout bd072e286fc0 (bug 858617) for assertion failures in check-jit-test
2013-04-08 12:59:04 +01:00
Jonathan Kew
27e78b220a
bug 832524 pt 3 - use higher-resolution menuitem icons when available on hidpi display. r=dao
2013-04-08 12:36:45 +01:00