Rodrigo Silveira
4181e7a6ca
bug 854274 - Showing tab doc when clicking + r=mbrubeck
...
--HG--
extra : rebase_source : 89db6d0e133565a49f122c793535c22b5fde6d2c
2013-04-03 09:34:55 -07:00
Chris Lord
0bd6ff9ea7
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
2ab966de91
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
b0ffacd110
bug 856349 - remove useless SHORT_LIBNAME assignments r=glandium
2013-03-30 15:42:45 -04:00
Trevor Saunders
8a324dc194
bug 856779 - remove nsFrameManager::Init() r=dholbert
2013-03-31 18:43:04 -04:00
Trevor Saunders
1e1929f0f1
bug 856779 - make nsStyleSet::Init() return void r=dholbert
2013-03-31 18:08:29 -04:00
Trevor Saunders
bbe54eccfc
bug 856779 - kill NS_NewPresShell() r=bz
2013-03-31 16:39:27 -04:00
Gregory Szorc
d31bd6e4ff
Bug 837323 - Automatically clobber when CLOBBER is updated; r=ted, glandium
2013-03-29 10:34:58 -07:00
Patrick McManus
afd013ce0b
bug 857291 - fix 807678 regression of DNS::GetCanonicalName r=josh
2013-04-08 12:02:41 -04:00
Ehsan Akhgari
e029597932
Bug 856455 - Make nsCOMArray::SetCapacity return void; r=bsmedberg
...
--HG--
extra : rebase_source : 38cdef904f9b7fc33bd3f41bd19b1778dfbd7990
2013-03-31 16:06:18 -04:00
David Burns
dc02979cdb
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
c6619d81e9
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
e288c8ce8e
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
f26416fb0b
Bug 854458 - Use different focus navigation direction on horizontal tabs tray (r=mfinkle)
2013-04-08 14:38:39 +01:00
Lucas Rocha
e296d6cb42
Bug 854458 - Implement keyboard navigation in TwoWayView (r=mfinkle)
2013-04-08 14:38:37 +01:00
Kyle Huey
7638f224e8
Back out Bug 788613 for breaking the build on Windows.
2013-04-08 06:22:50 -07:00
Aryeh Gregor
b4f9d563cb
Bug 851916 part 2 - createHTMLDocument() should work with no arguments; r=bz
2013-03-21 14:55:08 +02:00
Aryeh Gregor
7208003963
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
d582580d48
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
6bf2df1c9a
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
e556deeb18
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
039c2ac752
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
fb53893fb5
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
1488f0345a
Bug 858617: IonMonkey: When inlining box unknown inputs, r=nbp
2013-04-08 14:12:44 +02:00
Randell Jesup
891656c111
Bug 845741: Set mUpdateFinished under lock r=roc
2013-04-08 08:03:33 -04:00
Jonathan Kew
ff5eac010e
backout bd072e286fc0 (bug 858617) for assertion failures in check-jit-test
2013-04-08 12:59:04 +01:00
Jonathan Kew
9266787bcf
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
ff5485a037
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
807ec5039f
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
9a8e7ad028
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
6f0d2e0c9a
Bug 858617: IonMonkey: When inlining box unknown inputs, r=nbp
2013-04-08 10:56:42 +02:00
Simon Montagu
9d48c4ca6d
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
e8db6078f1
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
24c41ad61c
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
84c3632473
Bug 858204 - Enable libevent logging on debug builds. r=jlebar
2013-04-08 08:36:01 +02:00
Mike Hommey
1213a83b6b
Bug 858393 - Avoid race condition creating directories in config.status. r=gps
2013-04-08 08:35:14 +02:00
Mike Hommey
9b114baf2f
Bug 857526 - Check webrtc target arch right after checking target OS, instead of after AC_OUTPUT, which is too late. r=ted
2013-04-08 08:34:06 +02:00
Mike Hommey
9ebb432abb
Bug 857147 - Fixup Android DIST_FILES after bug 648407 and bug 852950. r=ted
2013-04-08 08:33:38 +02:00
Mike Hommey
79be4729ee
Bug 788613 - Dump config.log when configure fails. r=ted
2013-04-08 08:31:50 +02:00
Phil Ringnalda
08a7e2ad02
Back out 314ce3068d94 (bug 855389) for browser-chrome bustage
2013-04-07 22:59:33 -07:00
John Daggett
84c58a20ec
Bug 854799 - backout changeset 0caf5937f8bc due to tp regression. r=roc
2013-04-08 14:46:36 +09:00
Shane Caraveo
e169d08ca5
bug 855389 fix social toolbarbutton structure to work with themes/etc, r=felipe
2013-04-07 20:58:50 -07:00
Frank Yan
02869eede1
Bug 795495 - Addendum: Fix browser_google.js's data URI again. a=test-only
2013-04-08 04:48:40 +01:00
Frank Yan
acb1626ca1
Bug 795495 - Use 32x32 search engine icons in HiDPI mode when available. r=dolske
2013-04-08 03:02:43 +01:00
Phil Ringnalda
7e56fa26af
Back out 75f108f790a1 (bug 795495) for breaking browser_google.js
...
CLOSED TREE
2013-04-07 20:37:55 -07:00
Shane Caraveo
28206ffddb
bug 858868 fix xpcshell test bug and social pref migration. r=markh
2013-04-05 19:14:41 -07:00
Frank Yan
f1b0fe22fd
Bug 795495 - Use 32x32 search engine icons in HiDPI mode when available. r=dolske
2013-04-08 03:02:43 +01:00
Shane Caraveo
cffb727cec
bug 845151 add new icons for install panel and chatnub, r=markh
2013-04-07 18:40:50 -07:00
Raymond Lee
990959a105
Bug 847786 - Remove app.feedbackURL preference for B2G if it's not used. r=fabrice
2013-04-08 07:26:56 +08:00
Douglas Crosher
00b634431c
Bug 858039 - Initialize the correct mType for SurfaceStream_TripleBuffer_Async. r=snorp
2013-04-07 23:35:21 +10:00