Nicolas B. Pierron
a6068b03ba
Bug 1121299 - Let GVN fold MSimdBox when it can fold MSimdConstants. r=sunfish
2015-01-15 16:28:14 +01:00
Andrew Halberstadt
eb68fdf7f2
Bug 1120983 - [manifestparser] Split manifestparser.py into several smaller files, r=wlach
...
Simple refactor that moves logic out of manifestparser.py and into cli.py, expression.py and ini.py.
--HG--
extra : rebase_source : dd454973cdb3bcb7ec29dd2e1c0c594e3b3fb817
2015-01-15 09:37:51 -05:00
Tooru Fujisawa
f22aabad26
Bug 1117580 - Throw an exception if PR_APPEND is passed without PR_TRUNCATE to nsAtomicFileOutputStream::Init. r=yoric
2015-01-16 00:01:46 +09:00
Ted Mielczarek
7f8a7ef733
bug 1100335 - Use OutputDebugString on Windows in js_DumpBacktrace. r=jorendorff
...
--HG--
extra : rebase_source : 7856d22b24385dc475ce9975da66f3e94ab0b154
2014-12-17 13:24:57 -05:00
David Parks
997268ff82
Bug 1051842 - Part 4 - crash in -[ChildView keyDown:]. r=masayuki
...
Make the PBrowser::SetInputContext message synchronous when remote browsing.
2014-08-20 23:34:18 -07:00
David Parks
f2ca386499
Bug 1051842 - Part 3 - crash in -[ChildView keyDown:]. r=masayuki
...
Normalize secure input requests. We have been counting the number of
requests for secure input with the intent of requiring the equal amount
of disable requests, but this behavior would not gain anything and the
implementation actually never disabled requests - it always zeros out
the count. This patch makes the zeroing-out behavior more consistent.
DisableSecureEventInput should probably be removed.
2014-08-20 23:09:44 -07:00
David Parks
7eb1cc02ff
Bug 1051842 - Part 2 - crash in -[ChildView keyDown:]. r=masayuki
...
In e10s, each nsFocusManger (main/chrome and content/tab) operates on its own content tree with its own InputContext. They also communicate their InputContexts with the OS widget (nsChildView on mac, nsWindow on Windows). Prior to this patch, the OS widgets didn't distinguish between main and content InputContexts. When GetInputContext was called on the OS widget, it would return whatever InputContext it had set last. This patch distinguishes between InputContexts in the widget.
2014-08-27 22:06:41 -07:00
David Parks
d01c3bcd0b
Bug 1051842 - Part 1 - [e10s] crash in -[ChildView keyDown:]. r=smichaud
...
Fix Cocoa window IME focus test to work even if window has not received
OSX main-window status.
2015-01-12 08:26:05 -08:00
Carsten "Tomcat" Book
981f1b74d0
Merge mozilla-central to mozilla-inbound
2015-01-15 14:29:31 +01:00
Carsten "Tomcat" Book
599a270000
merge mozilla-inbound to mozilla-central a=merge
2015-01-15 14:12:10 +01:00
Carsten "Tomcat" Book
f1b37bb18e
merge fx-team to mozilla-central a=merge
2015-01-15 14:07:12 +01:00
Hannes Verschore
c5d9a0489c
Bug 1118235: Disable AVX for now due to performance regressions, r=jandem
2015-01-15 10:07:09 +01:00
Xidorn Quan
eb634353fa
Bug 1055667 part 7 - Reftests for box properties on ruby boxes. r=dbaron
...
--HG--
extra : source : 4f6b9fe27d00b364047c0834608eb4c643bc2167
2015-01-15 20:02:11 +11:00
Xidorn Quan
b6f10f748e
Bug 1055667 part 6 - Fix border/padding of ruby frame. r=dbaron
...
--HG--
extra : source : 42391b99e060a7b3c4e281ce2a4fda77cb3e4efc
2015-01-15 20:02:11 +11:00
Xidorn Quan
e2198398db
Bug 1055667 part 5 - Make nsRubyFrame inherit nsInlineFrame. r=dbaron
...
--HG--
extra : source : 2ebca66c36f692cf29cbeb1eb64c6760bb75847c
2015-01-15 20:02:11 +11:00
Xidorn Quan
f371f07432
Bug 1055667 part 4 - Compute border/padding to zero for rbc & rtc. r=dbaron
...
--HG--
extra : source : e863414c6ceef1cbfb2b47a3abc64b93500060f8
2015-01-15 20:02:11 +11:00
Xidorn Quan
801d76bf4e
Bug 1055667 part 3 - Suppress border/padding space on rbc/rtc frames. r=dbaron
...
--HG--
extra : source : 5025e0967ab9f189bb07af307733fcddcf90eb35
2015-01-15 20:02:11 +11:00
Xidorn Quan
1bf1df7b1e
Bug 1055667 part 2 - Remove unnecessary param of SetBSizeFromFontMetrics. r=dbaron
...
--HG--
extra : source : aa79c8cebf3e2ab0fd4335eaa3c630a43dbe81f2
2015-01-15 20:02:11 +11:00
Xidorn Quan
60d4f4ddf2
Bug 1055667 part 1 - Allow inline direction margin of ruby base/text boxes. r=dbaron
...
--HG--
extra : source : 55f6a4607daa265757528e7a94f5ba6c9b6d773a
2015-01-15 20:02:11 +11:00
Carsten "Tomcat" Book
e05b528ddb
Backed out changeset d1864ee9f2b2 (bug 1110950) for R5 Test failures on a CLOSED TREE
2015-01-15 09:32:18 +01:00
Shu-yu Guo
4cbe68a2d5
No bug: allow unhandlable as well as handlable OOMs in bug852801.js. (r=sfink)
2015-01-14 22:57:36 -08:00
Shu-yu Guo
eedacde552
Bug 963879 - Part 4: Tests. (r=jimb)
2015-01-14 22:57:36 -08:00
Shu-yu Guo
7ce3deca09
Bug 963879 - Part 3: Add Debugger.Environment.prototype.optimizedOut. (r=jimb)
2015-01-14 22:57:35 -08:00
Shu-yu Guo
de593f72fe
Bug 963879 - Part 2: Synthesize completely optimized out scopes. (r=jimb)
2015-01-14 22:57:35 -08:00
Shu-yu Guo
5c7d7871d6
Bug 963879 - Part 1: Overhaul ScopeIter and StaticScopeIter to share iteration logic and to go through evals. (r=luke)
2015-01-14 22:57:35 -08:00
Daniel Holbert
f512753c3b
Bug 1039165: Replace spammy NS_ENSURE_TRUE in nsDocShell::CheckLoadingPermissions with simple early-return. r=bholley
2015-01-14 22:54:39 -08:00
Mark Capella
6d165c6f0a
Bug 1119689 - FindInPage bug after switching tabs using same string and Next or Back button, r=wesj
2015-01-15 01:47:43 -05:00
Daniel Holbert
311e6e6684
Bug 1110950: Trigger a reflow (as well as a repaint) for changes to 'object-fit' and 'object-position', so subdocuments can be repositioned/resized. r=roc
2015-01-14 22:43:05 -08:00
Kevin Chen
c0f0d47966
Bug 1120268 - Remove mozChromeEvent sent from hardware keys in shell.js r=fabrice
2015-01-15 14:40:38 +08:00
B2G Bumper Bot
d3fc6b9fce
Bumping manifests a=b2g-bump
2015-01-14 22:38:26 -08:00
B2G Bumper Bot
c0a5f7b1ee
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/03effd580348
Author: EragonJ (E.J.) <eragonj@eragonj.me>
Desc: Merge pull request #26766 from EragonJ/bug-1106835
Bug 1106835 - [Settings][RTL] Follow-up bug, Fixed security translations...
========
https://hg.mozilla.org/integration/gaia-central/rev/38c8760a65fd
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1106835 - [Settings][RTL] Follow-up bug, Fixed security translations with a proper way
2015-01-14 22:36:48 -08:00
Phil Ringnalda
e39f0adeca
Backed out 2 changesets (bug 1121304) for consistent b2g hangs in webgl-color-test.html?frame=1&__&preserve&premult&_____
...
Backed out changeset 20651ac19549 (bug 1121304)
Backed out changeset 758afec77c95 (bug 1121304)
2015-01-14 22:02:23 -08:00
Xidorn Quan
5d81d66f89
(no bug) - Reorder reftest.list of css ruby.
2015-01-15 16:55:36 +11:00
Xidorn Quan
88bf1ccda8
Bug 1121684 - Move one-liners in nsLineLayout.cpp to the header. r=roc
...
--HG--
extra : source : 1d3128f4f31f9b4998dc09c130657d54e729bb20
extra : amend_source : 21d2320d6699aa6294a233cb515f226500f6879a
2015-01-15 15:52:27 +11:00
B2G Bumper Bot
f274fe1186
Bumping manifests a=b2g-bump
2015-01-14 20:38:26 -08:00
B2G Bumper Bot
8ee7934d8d
Bumping gaia.json for 12 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d7352747669d
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #27320 from rexboy7/1118569-lock-horizotal
Bug 1118569 - [Stingray][Home] Prevent navigating to diagonal direction ... r=johnhu
========
https://hg.mozilla.org/integration/gaia-central/rev/03e969d015fa
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1118569 - [Stingray][Home] Prevent navigating to diagonal direction elements
========
https://hg.mozilla.org/integration/gaia-central/rev/42347d8ac2f4
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #27076 from luke-chang/1116709_stingray_spatial_navigator_improvement
Bug 1116709 - [Stingray] Improve key navigation feature. r=johnhu, rexboy
========
https://hg.mozilla.org/integration/gaia-central/rev/daa66ed2da93
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 1116709 - [Stingray] Improve key navigation feature
========
https://hg.mozilla.org/integration/gaia-central/rev/44e37e1c9eb4
Author: Sean Lee <weilonge@gmail.com>
Desc: Merge pull request #27267 from weilonge/seanlee/STK/master/Bug1119640
Bug 1119640 - Remove event listener of these events when the setup event command is received r=frsela
========
https://hg.mozilla.org/integration/gaia-central/rev/3b12c7246644
Author: Sean Lee <selee@mozilla.com>
Desc: Bug 1088611 - Remove event listener of these events when the setup event
command is received:
STK_EVENT_TYPE_LOCATION_STATUS
STK_EVENT_TYPE_IDLE_SCREEN_AVAILABLE
STK_EVENT_TYPE_BROWSER_TERMINATION
========
https://hg.mozilla.org/integration/gaia-central/rev/f3f0fefc5b23
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #27319 from rexboy7/1120381-appdeck-gridscroll
Bug 1120381 - [Stingray][AppDeck] Scroll to center button on vertical mimiddle when navigating gridView. r=dwi2
========
https://hg.mozilla.org/integration/gaia-central/rev/f04b52b9fd47
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1120381 - [Stingray][AppDeck] Scroll to center button on vertical middle when navigating gridView
========
https://hg.mozilla.org/integration/gaia-central/rev/c9488b01a418
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #27270 from rexboy7/1105987-rearrange-visual
Bug 1105987 - [Stingray][home] Visual to rearrange mode. r=dwi2
========
https://hg.mozilla.org/integration/gaia-central/rev/6b98c899c551
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 1105987 - [Stingray][home] Visual to rearrange mode
========
https://hg.mozilla.org/integration/gaia-central/rev/287f275b431f
Author: Min-Zhong "John" Lu <jlu@mozilla.com>
Desc: Merge pull request #27372 from mnjul/bug_1115649_kbsettings_diff_panel_dialog
Bug 1115649
- Differentiate concept of Panel and Dialog in Keyboard Settings. r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/f67eb08b3f7f
Author: John Lu [:mnjul] <jlu@mozilla.com>
Desc: Bug 1115649
- Differentiate concept of Panel and Dialog in Keyboard Settings
- Dialogs are now such named, instead of named as panels.
- PanelController and DialogController is differentiated. DialogController checks the existence of onsubmit to make sure it's acting upon a dialog.
2015-01-14 20:36:47 -08:00
John Daggett
6eb10cad82
Bug 1121793 - trim out unused FindFontFamily/FindFontEntry functions. r=m_kato
2015-01-15 13:22:32 +09:00
John Daggett
9af789f234
Bug 1118981 - initialize mSkipDrawing correctly for already loading fonts. r=jfkthame
2015-01-15 13:22:32 +09:00
Trevor Saunders
91589e4f5a
bug 1120285 - correctly shutdown outer doc accessible proxies r=davidb
2015-01-14 23:12:07 -05:00
B2G Bumper Bot
bad5f632c0
Bumping manifests a=b2g-bump
2015-01-14 20:07:00 -08:00
B2G Bumper Bot
5b6621103b
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0086878abc54
Author: Evan Tseng <itoyxd@gmail.com>
Desc: Merge pull request #27311 from evanxd/bug-1096520
Bug 1096520 - Set system dialog on the top of the fullscreen web content
========
https://hg.mozilla.org/integration/gaia-central/rev/2f0bbec96527
Author: Evan Xd <itoyxd@gmail.com>
Desc: Bug 1096520 - Set system dialog on the top of the fullscreen web content
========
https://hg.mozilla.org/integration/gaia-central/rev/c43e856ffa74
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #26117 from cctuan/911880
Bug 911880 - (trusted-window) [Window Management] Rework TrustedUI implementation by BaseWindow or AppWindow
========
https://hg.mozilla.org/integration/gaia-central/rev/e56c9eeb705f
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 911880 - (trusted-window) [Window Management] Rework TrustedUI implementation by BaseWindow or AppWindow
2015-01-14 20:01:51 -08:00
B2G Bumper Bot
c600646b1e
Bumping manifests a=b2g-bump
2015-01-14 19:33:27 -08:00
B2G Bumper Bot
bd02c09495
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c12176d2e60b
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #27367 from steveck-chung/message-kb-popup-fix
Bug 1118963 - [Messages][SMS] Keyboard Lingers in thread list after Group Message with broken UI. r=azasypkin
========
https://hg.mozilla.org/integration/gaia-central/rev/dcd2b5992b83
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 1118963 - [Messages] Keyboard Lingers in thread list after Group Message, breaks UI when used. r=azasypkin
2015-01-14 19:31:48 -08:00
B2G Bumper Bot
8e24bf2cb4
Bumping manifests a=b2g-bump
2015-01-14 19:01:40 -08:00
B2G Bumper Bot
bd25f96fa3
Bumping gaia.json for 18 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/28c97f338834
Author: James Burke <jrburke@gmail.com>
Desc: Merge pull request #27335 from jrburke/bug1099449-email-rtl-html-body
Bug 1099449 - [email] rtl: properly display message bodies r=asuth
========
https://hg.mozilla.org/integration/gaia-central/rev/5d27515ff30a
Author: jrburke <jrburke@gmail.com>
Desc: Bug 1099449 - [email] rtl: properly display message bodies
========
https://hg.mozilla.org/integration/gaia-central/rev/31c6279a4053
Author: EragonJ (E.J.) <eragonj@eragonj.me>
Desc: Merge pull request #27035 from EragonJ/bug-1112484
Bug 1112484 - [Settings] Show/hide FDN settings based on the
========
https://hg.mozilla.org/integration/gaia-central/rev/cef93613d50d
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1112484 - [Settings] Show/hide FDN settings based on the
availability
========
https://hg.mozilla.org/integration/gaia-central/rev/d74171933ff0
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #27345 from sean2449/search_activity
Bug 1120301
- [Stingray][smart-home/smart-system] change the way to call search activity, r=johnhu
========
https://hg.mozilla.org/integration/gaia-central/rev/b56b522b491b
Author: Sung Chiu <suchiu@mozilla.com>
Desc: refactor search params
========
https://hg.mozilla.org/integration/gaia-central/rev/de436383c68e
Author: Luke Chang <lchang@mozilla.com>
Desc: Merge pull request #27305 from luke-chang/1120267_ftu_hidden_wifi
Bug 1120267 - [First Time Experience] Can't join a hidden network via FTU, r=fcampo
========
https://hg.mozilla.org/integration/gaia-central/rev/a9515df3147c
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 1120267 - [First Time Experience] Can't join a hidden network via FTU
========
https://hg.mozilla.org/integration/gaia-central/rev/85050270f92c
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #27233 from cctuan/1119164
Bug 1119164 - [TextSelection] separate marionette test pages by suite
========
https://hg.mozilla.org/integration/gaia-central/rev/4dbe3bdf5325
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 1119164 - [TextSelection] separate marionette test pages by suite
========
https://hg.mozilla.org/integration/gaia-central/rev/bdfb92063261
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #27360 from sean2449/Bug_1120865
Bug 1120865 - [Stingray] Update weather icon on home page, r=johnhu
========
https://hg.mozilla.org/integration/gaia-central/rev/56f855a0c013
Author: Sung Chiu <suchiu@mozilla.com>
Desc: change weather icon
========
https://hg.mozilla.org/integration/gaia-central/rev/2c82a0cfd14b
Author: EragonJ (E.J.) <eragonj@eragonj.me>
Desc: Merge pull request #27189 from EragonJ/bug-1118182
Bug 1118182 - [Flame][Dialer]It can't enter corresponding settings page ...
========
https://hg.mozilla.org/integration/gaia-central/rev/89add3e7ea2e
Author: EragonJ <eragonj@eragonj.me>
Desc: Bug 1118182 - [Flame][Dialer]It can't enter corresponding settings page when you tap "Voicemail" and "Fixed Dialing Numbers".
========
https://hg.mozilla.org/integration/gaia-central/rev/1f7a6ce57dd0
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #27312 from huchengtw-moz/bug-1119748-keydown-focus
Bug 1119748 - [Stingray] use keydown to change the focus, r=dwi2
========
https://hg.mozilla.org/integration/gaia-central/rev/2b244dc7dd8a
Author: John Hu <johu@mozilla.com>
Desc: Bug 1119748 - [Stingray] use keydown to change the focus
========
https://hg.mozilla.org/integration/gaia-central/rev/acc977642d93
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #27315 from huchengtw-moz/bug-1120342-jshint-semicolon
Bug 1120342 - [Stingray] fix semicolon issues in tv_apps, r=dwi2
========
https://hg.mozilla.org/integration/gaia-central/rev/799bebfdf014
Author: John Hu <johu@mozilla.com>
Desc: Bug 1120342 - [Stingray] fix semicolon issues in tv_apps
2015-01-14 18:57:01 -08:00
Fabrice Desré
0bf0d38504
Bug 1120862 - permission denied to access property 'then' r=allstars
2015-01-15 10:36:10 +08:00
B2G Bumper Bot
a8f566c26f
Bumping manifests a=b2g-bump
2015-01-14 18:28:24 -08:00
B2G Bumper Bot
1a6a008856
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f78f5359dc26
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #27241 from huchengtw-moz/bug-1118641-shaking-name
Bug 1118641 - [Stingray][Home] use outline to show the border, r=rexboy
========
https://hg.mozilla.org/integration/gaia-central/rev/9e1ae33cc423
Author: John Hu <johu@mozilla.com>
Desc: Bug 1118641 - [Stingray][Home] use outline to show the border
2015-01-14 18:26:46 -08:00
B2G Bumper Bot
f5ae1fe5c8
Bumping manifests a=b2g-bump
2015-01-14 17:58:41 -08:00
B2G Bumper Bot
5522ac0708
Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7ba8f268f2bf
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #27229 from gasolin/issue-1119142
Bug 1119142 - [NFC] current test cases fail on nightly, r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/a2926bebf6ea
Author: gasolin <gasolin@gmail.com>
Desc: Bug 1119142 - [NFC] current test cases not testable on nightly
========
https://hg.mozilla.org/integration/gaia-central/rev/8f5141096c4f
Author: Sherman Chen <shamenchens@users.noreply.github.com>
Desc: Merge pull request #27340 from shamenchens/Bug1120281-AddTVOptimizeWhitelist
Bug 1120281 - Add TV optimize whitelist, r=RickyChien
========
https://hg.mozilla.org/integration/gaia-central/rev/a6740fa790c1
Author: Sherman Chen <shamen.chens@gmail.com>
Desc: Bug 1120281 - Add TV optimize whitelist
2015-01-14 17:57:02 -08:00