Panos Astithas
1918904cdb
Bug 1461851 - Properly add the source URL in the profiler metadata. r=glandium
...
MozReview-Commit-ID: 53M4bGolmJk
2018-05-15 16:44:44 -07:00
Gurzau Raul
bf39457cf2
Backed out changeset 602bdd9d5a96 (bug 1461851) for linting failures on /checkouts/gecko/build/appini_header.py on a CLOSED TREE
2018-05-30 19:03:50 +03:00
Panos Astithas
2cf57af0e5
Bug 1461851 - Properly add the source URL in the profiler metadata. r=glandium
...
MozReview-Commit-ID: 53M4bGolmJk
2018-05-15 16:44:44 -07:00
Andrew Halberstadt
3353b79e9c
Bug 1434430 - [flake8] Fix blank 'except' statements r=rwood
...
This is a new issue that gets linted with flake8 3.5.0. Basically you should
never use a blank except: statement.
This will catch all exceptions, including KeyboardInterrupt and SystemExit
(which is likely not intended). If a catch all is needed, use
`except: Exception`. If you *really* mean to also catch KeyboardInterrupt et
al, use `except: BaseException`.
Of course, being specific is often better than a catch all.
MozReview-Commit-ID: FKx80MLO4RN
2018-01-31 14:32:08 -05:00
Sylvestre Ledru
69d68b3c4f
Bug 1406650 - Make build/*.py and a few other files flake8 compatible and add them to the list of files to check r=chmanchester
...
MozReview-Commit-ID: icmFJtbWdN
2017-10-07 16:45:22 +02:00
Benjamin Smedberg
16afdb2402
Bug 1321593 part A - Refactor nsXREAppData: 1) make nsXREAppData strongly own its members 2) rename it to mozilla::XREAppData 3) separate out the static compiled data into StaticXREAppData 4) Remove XRE_CreateAppData and XRE_FreeAppData 5) remove the struct size and related size-checking code which was only ever useful for cross-version compatibility, r=glandium
...
MozReview-Commit-ID: CQv1UrSaw4D
2016-12-02 09:07:24 -05:00
Sebastian Hengst
960f717144
Backed out changeset eae2252a519f (bug 1321593) for leaks, e.g. in clipboard and jetpack tests. r=backout
2016-12-12 22:10:17 +01:00
Benjamin Smedberg
3963121e97
Bug 1321593 part A - Refactor nsXREAppData: 1) make nsXREAppData strongly own its members 2) rename it to mozilla::XREAppData 3) separate out the static compiled data into StaticXREAppData 4) Remove XRE_CreateAppData and XRE_FreeAppData 5) remove the struct size and related size-checking code which was only ever useful for cross-version compatibility, r=glandium
...
MozReview-Commit-ID: CQv1UrSaw4D
2016-12-02 09:07:24 -05:00
Mike Shal
46af430dc1
Bug 1269787 - Move appini_header.py rule to moz.build; r=glandium
...
MozReview-Commit-ID: 5tly7JYA2f7
2016-04-29 13:45:07 -04:00
Panos Astithas
99151e19ec
Bug 1024110 - Change Aurora's default profile behavior to use channel-specific profiles. r=bsmedberg f=gavin,markh
2014-09-23 21:49:03 +03:00
Mark Banner
ab43d4d202
Bug 763180 - NS_XRE_ENABLE_EXTENSION_MANAGER flag does nothing - remove it. r=glandium
2014-08-26 08:50:07 +01:00
Mike Hommey
c276b68051
Bug 911154 - Better handle missing variables in application.ini when creating the corresponding header. r=gps
2013-08-31 10:20:37 +09:00
Gervase Markham
cb6a072c2a
Bug 716478 - update licence to MPL 2.
2012-05-21 12:12:37 +01:00
Mike Hommey
23e0be64e6
Bug 728071 part 1 - Move nsXREAppData definition in a separate header, and use it from application.ini.h. r=bsmedberg
2012-02-22 08:12:15 +01:00
Mike Hommey
8307d4543a
Bug 686466 part 3 - Use a pre-generated nsXREAppData struct instead of application.ini. r=ted,bsmedberg
2011-11-22 08:05:59 +01:00