Commit Graph

319731 Commits

Author SHA1 Message Date
Ms2ger
f57126ddb0 Bug 902316 - followup: Add a license header to the new moz.build file; r=tbsaunde 2013-08-14 08:57:26 +02:00
Ms2ger
e358f27301 Bug 901063 - Remove HB_DONT_DEFINE_STDINT defines; r=gps
These defines have been unnecessary since we removed mozilla/StandardInteger.h.
The upstream code will default to stdint.h typedefs without them.
2013-08-14 08:57:22 +02:00
Ms2ger
102bea71eb Bug 903791 - Make HTMLOptionElement.index infallible; r=mounir 2013-08-14 08:57:04 +02:00
Ms2ger
37108ba241 Bug 903046 - Remove dead EXPORTS_mozilla/jsipc assignment; r=dvander+mshal 2013-08-14 08:56:48 +02:00
Ms2ger
4e152e64f6 Bug 901320 - Stop including AutoRestore.h in nsContentUtils.h; r=jlebar 2013-08-14 08:56:25 +02:00
Ms2ger
1a5ae526d9 Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar 2013-08-14 08:56:21 +02:00
Ms2ger
682a633069 Bug 901269 - Part b: Stop including nsContentUtils.h in Element.h; r=jlebar 2013-08-14 08:55:46 +02:00
Ms2ger
dea14196f8 Bug 901269 - Part a: Move HTMLOutputElement::GetValue out of line; r=dzbarsky 2013-08-14 08:55:11 +02:00
Ms2ger
59ce738a01 Bug 887499 - Null-check mSelect in HTMLOptionsCollection::Add; r=smaug 2013-08-14 08:54:44 +02:00
Ms2ger
0cb4ed71a3 Bug 900978 - Remove remaining ENABLE_EDITOR_API_LOG cruft; r=ehsan+khuey 2013-08-14 08:53:56 +02:00
Ms2ger
0a90c3eca6 No bug - Remove an obsolete reference to quickstubs in dom/indexedDB/Makefile.in 2013-08-14 08:53:53 +02:00
Ms2ger
a5f4b4049c Bug 900677 - Remove IDBEventTargetSH; r=bz 2013-08-14 08:53:46 +02:00
Rodrigo Silveira
084c6c79d9 Bug 904059 - the 'Tab Bar' is auto-dismissed when closing a tab(s) r=mbrubeck 2013-08-13 17:19:57 -07:00
Nick Fitzgerald
d191d525cd Bug 904196 - sctrict error in onDisplayString; r=vporof 2013-08-13 16:57:05 -07:00
Nick Fitzgerald
1834d16bf9 Bug 903801 - testcompatactors.js triggers an error by adding a debuggee to a thread actor in a detached state; r=past 2013-08-13 16:53:49 -07:00
Ryan VanderMeulen
fb082e34db Merge m-c to fx-team. 2013-08-13 16:55:00 -04:00
Anton Kovalyov
fb7140a770 Bug 904212 - Remove obsolete Profiler localization strings. r=me 2013-08-13 13:48:08 -07:00
Anton Kovalyov
48410d04aa Bug 892289 - Ctrl+L should clear the console output. r=robcee 2013-08-13 13:26:55 -07:00
Ryan VanderMeulen
a3cadb0a2d Backed out changesets d864c70c64c9 and e4d7f9580e5a (bug 883953) for mochitest-mc orange. 2013-08-13 16:23:09 -04:00
Ryan VanderMeulen
be8d4a0e28 Merge m-c to fx-team. 2013-08-13 15:39:41 -04:00
Ryan VanderMeulen
3364547f5d Merge m-c to b2g-inbound. 2013-08-13 15:38:58 -04:00
Florian Quèze
e0a936d701 Bug 898161 - Detached chat windows should not have a menu bar, r=mixedpuppy. 2013-08-13 21:31:35 +02:00
Mark Capella
4a0c7eedd6 Bug 903871 - JS crash in SelectionHandler during longtap text select on target page, r=margaret 2013-08-13 14:51:26 -04:00
Gaia Pushbot
f9c1ad95fa Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/2b195ef19ed8
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 904640 - [Messages] Keyboard should always close when pressing Send r=julienw

https://bugzilla.mozilla.org/show_bug.cgi?id=904640

- Remove focus from all elements before panel change by calling document.activeElement.blur() in MessageManager.onHashChange
- Updates Mocks:
    - MockThreadListUI to contain all properties (data and method)
    - MockThreadUI to contain all properties (data and method)
- Tests MessageManager.onHashChange:
    - Remove any focus left on specific elements
        - Assert on spy intel for document.activeElement.blur
    - Exit edit mode (Thread or Message)
        - Assert on spy intel for:
            - ThreadUI.cancelEdit
            - ThreadListUI.cancelEdit
    - Reset Group Participants View
        - Assert on spy intel for ThreadUI.groupView.reset

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-13 11:45:25 -07:00
Gaia Pushbot
9df332bac4 Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8d72439fdc56
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 903947 - [Messages] The last recipient is copied everytime when selecting recipeint for removing r=julienw

https://bugzilla.mozilla.org/show_bug.cgi?id=903947

- Clicks on accepted recipients...
    - Should close the keyboard, if it's a known contact recipient
    - while manually entering a recipient:
        - Two rendered recipients
        - A placeholder for the cursor
    -  with only accepted recipients:
        - no changes, no assimilated recipients
    - with no placeholder at end of list:
        - no changes, no assimilated recipients
    - Ensure MockDialog triggers are assigned an initial called value (false)

This patch also fixes https://bugzilla.mozilla.org/show_bug.cgi?id=903943

Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-13 10:50:26 -07:00
Aki Sasaki
0df7f99f3b bug 903661 - helix configs. r=catlee 2013-08-13 10:46:54 -07:00
Gaia Pushbot
d12df6e42e Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/565d16505778
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 897437 - SMS message timestamps do not display the expected strings. r=gnarf

Rewrote the message container handling function. Now with lots of unit tests
covering lots of edge cases.

This patch also does a very little bit of safe refactoring, still with unit
tests.
2013-08-13 10:35:24 -07:00
Gaia Pushbot
5d69aef71e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/050d7d00d95b
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #11485 from etiennesegonzac/bug-904076-call-log-db-create

Bug 904076 - fixing a bug in the call log db creation path. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/a9bd710578e8
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 904076 - fixing a bug in the call log db creation path.
r=rik
2013-08-13 10:15:24 -07:00
Gaia Pushbot
8a898c495d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/aab0a2027f9e
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Merge pull request #11274 from JonHylands/jhylands-899123-add-contact-pics-master

Bug 899123 - add pictures to contact reference workloads

========

https://hg.mozilla.org/integration/gaia-central/rev/49a58a560acb
Author: Jon Hylands <jhylands@mozilla.com>
Desc: Bug 899123 - add pictures to contact reference workloads
2013-08-13 10:00:48 -07:00
Gaia Pushbot
76e45f7d8e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/494467b3c443
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #11434 from etiennesegonzac/oncall-split-and-test

Bug 902983 - Split oncall.js and make it testable r=Rik

========

https://hg.mozilla.org/integration/gaia-central/rev/c5e1f2148a89
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 902983 - Split oncall.js and make it testable
r=Rik
2013-08-13 10:00:26 -07:00
Sotaro Ikeda
0e477fe6a5 Bug 903174 - Move GonkNativeWindow to /widget/gonk/nativewindow. r=vlad 2013-08-13 12:58:38 -04:00
Ryan VanderMeulen
852acf63db Backed out changeset 9baba7e5b351 (bug 872577) for multiple Android failures.
CLOSED TREE
2013-08-13 12:51:17 -04:00
Ryan VanderMeulen
d3def8a9a1 Backed out changeset 850ef8175560 (bug 663567) for B2G mochitest-1 failures. 2013-08-13 12:35:58 -04:00
Kartikaya Gupta
07be7dc6ba Bug 902888 - Fix coordinate system mismatch with pre-Honeycomb plugins on Android. r=snorp
The plugin code was returning a rect in LayoutDevicePixels whereas Java
was treating it as a CSS-pixel rect. This patch makes the types more
explicit and adds a conversion in AndroidBridge to convert from the
LayoutDevicePixels to CSSPixel rects.
2013-08-13 11:49:21 -04:00
Joshua Cranmer
d45742e480 Bug 884676 - Part 1: Remove unused ThreadPool::submitOne method. r=Waldo
--HG--
extra : rebase_source : 9791f3f79aa87ece38f8225e8b2b0217a147484a
2013-08-13 10:33:26 -05:00
Axel Hecht
7a4c2a9442 bug 848830, fix regression in app updater localization, r=glandium, rstrong
--HG--
extra : rebase_source : 66b4e3e55a05d4b74bd39a40c4768c620b74062a
2013-08-13 17:15:42 +02:00
Brian Hackett
774c10fe71 Bug 886850 - Clean up write barriers for ion/baseline scripts, r=jandem. 2013-08-13 09:16:38 -06:00
Brian Hackett
ca2162becd Bug 902095 - Allow accessing the compartment/zone for ExclusiveContext, r=billm. 2013-08-13 09:13:46 -06:00
Jan de Mooij
6c8dc2c0b0 Bug 904079 - Snapshots should not have emitted-at-uses operands. r=bhackett
--HG--
extra : rebase_source : 501011273e1276d1a178f79e4fcccbe97dd38f21
2013-08-13 17:11:41 +02:00
Rodrigo Silveira
50bfb03e74 Bug 903182 - URL textbox not showing in appbar in snapped r=ally,jwilde 2013-08-12 16:34:14 -07:00
Rodrigo Silveira
6d6cab6226 Bug 904058 - the Tab Bar isn't auto-dismissed once a new tab has been created using CTRL + T r=jimm 2013-08-13 11:21:57 -07:00
Ehsan Akhgari
f4e239198e Bug 904267 - Remove some unneeded #includes from nsIWidget.h; r=roc 2013-08-12 19:21:53 -04:00
Ehsan Akhgari
0bef5b7609 Bug 904121 - Do not include nsIMemory in nsMemory.h; r=vlad
--HG--
extra : rebase_source : b525ab299eeefdd39f6e919c8a0c6407f9bac209
2013-08-12 17:44:56 -04:00
Armen Zambrano Gasparnian
42bd6a9713 Bug 899095 - Switch to http://talos-bundles.pvt.b.m.o for talos bundles. r=jmaher 2013-08-13 11:06:52 -04:00
Ed Morley
5e2d06db88 Bug 904574 - Fix existing pyflakes warnings; r=BenWa
--HG--
extra : rebase_source : 27ca85f14ccbce6e5678292f6f5b22c4968801b5
2013-08-13 15:54:15 +01:00
Ed Morley
e8c5cee93c Bug 904574 - Make gtests log output after crashes compatible with TBPL; r=BenWa
--HG--
extra : rebase_source : 8162af561b3a8df81463b3aec733ac6cff55125a
2013-08-13 15:52:55 +01:00
Guillaume Abadie
b21fea02b3 bug 900199 - Add OpenGL registry xml parser to generate constants - step 2 - r=bjacob,jgilbert,jrmuizel 2013-08-13 10:35:03 -04:00
Guillaume Abadie
1bba968bef bug 900199 - Add OpenGL registry xml parser to generate constants - step 1 - r=bjacob,jgilbert,jrmuizel 2013-08-13 10:35:03 -04:00
Daniel Holbert
f699a136d1 Bug 903663: Use MOZ_C_SUPPORTS_WARNING and MOZ_CXX_SUPPORTS_WARNING to exempt warnings from FAIL_ON_WARNINGS. r=glandium 2013-08-13 07:22:10 -07:00
David Rajchenbach-Teller
ed9c8a89a4 Bug 872577 - Using default resolution for free() instead of libc. r=nfroyd
--HG--
extra : rebase_source : 70884bd2b27ebf7c9ec2273e495808a655283c49
2013-08-13 16:04:40 +02:00